From 375fb918d074a9550a4000604ecd2ef68759f58e Mon Sep 17 00:00:00 2001 From: Andrei Shakirin Date: Tue, 15 Nov 2022 17:06:40 +0100 Subject: [PATCH] Fixed recipes names --- .../resources/recipes/27_30/report/sbu30-set-java-version.yaml | 2 +- .../recipes/27_30/report/sbu30-upgrade-dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-set-java-version.yaml b/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-set-java-version.yaml index e22d826c8..0d491e0d4 100644 --- a/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-set-java-version.yaml +++ b/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-set-java-version.yaml @@ -1,4 +1,4 @@ -- name: sbu30-remove-construtor-binding +- name: sbu30-set-java-version description: Spring boot 3.0 Upgrade - Set java version property in build file condition: type: org.springframework.sbm.common.migration.conditions.TrueCondition diff --git a/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-upgrade-dependencies.yaml b/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-upgrade-dependencies.yaml index 3f455d89f..63c75c3e6 100644 --- a/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-upgrade-dependencies.yaml +++ b/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-upgrade-dependencies.yaml @@ -1,4 +1,4 @@ -- name: sbu30-remove-construtor-binding +- name: sbu30-upgrade-parent-and-dependencies description: Spring boot 3.0 Upgrade - Upgrade dependencies and Spring Boot version condition: type: org.springframework.sbm.common.migration.conditions.TrueCondition