Skip to content

Commit ac183cd

Browse files
ashakirinfabapp2
authored andcommitted
Fixed recipes names (#555)
1 parent 0ceeef0 commit ac183cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-set-java-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: sbu30-remove-construtor-binding
1+
- name: sbu30-set-java-version
22
description: Spring boot 3.0 Upgrade - Set java version property in build file
33
condition:
44
type: org.springframework.sbm.common.migration.conditions.TrueCondition

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-upgrade-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: sbu30-remove-construtor-binding
1+
- name: sbu30-upgrade-parent-and-dependencies
22
description: Spring boot 3.0 Upgrade - Upgrade dependencies and Spring Boot version
33
condition:
44
type: org.springframework.sbm.common.migration.conditions.TrueCondition

0 commit comments

Comments
 (0)