From 2b174d2dce4284d5b6e0afae72a116a265a13d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Kr=C3=BCger?= Date: Sun, 22 May 2022 13:06:13 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 0.11.0 --- applications/rest-service/pom.xml | 6 +++--- applications/spring-shell/pom.xml | 18 +++++++++--------- components/openrewrite-spring-recipes/pom.xml | 2 +- components/recipe-test-support/pom.xml | 4 ++-- components/sbm-core/pom.xml | 6 +++--- components/sbm-openrewrite/pom.xml | 2 +- components/sbm-recipes-boot-upgrade/pom.xml | 6 +++--- components/sbm-recipes-jee-to-boot/pom.xml | 8 ++++---- components/sbm-recipes-mule-to-boot/pom.xml | 6 +++--- components/sbm-recipes-spring-cloud/pom.xml | 6 +++--- .../sbm-recipes-spring-framework/pom.xml | 4 ++-- components/sbm-support-boot/pom.xml | 2 +- components/sbm-support-jee/pom.xml | 6 +++--- components/sbm-support-weblogic/pom.xml | 6 +++--- components/test-helper/pom.xml | 2 +- pom.xml | 7 +++---- 16 files changed, 45 insertions(+), 46 deletions(-) diff --git a/applications/rest-service/pom.xml b/applications/rest-service/pom.xml index afb6de397..4b2e8020b 100644 --- a/applications/rest-service/pom.xml +++ b/applications/rest-service/pom.xml @@ -20,7 +20,7 @@ org.springframework.sbm spring-boot-migrator - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml @@ -37,7 +37,7 @@ org.springframework.sbm sbm-recipes-jee-to-boot - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm @@ -62,7 +62,7 @@ org.springframework.sbm sbm-support-weblogic - 0.10.1-SNAPSHOT + 0.11.0 diff --git a/applications/spring-shell/pom.xml b/applications/spring-shell/pom.xml index 0409f54d9..b26fb34d1 100644 --- a/applications/spring-shell/pom.xml +++ b/applications/spring-shell/pom.xml @@ -21,7 +21,7 @@ org.springframework.sbm spring-boot-migrator - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml @@ -32,27 +32,27 @@ org.springframework.sbm sbm-recipes-spring-framework - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-recipes-jee-to-boot - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-recipes-mule-to-boot - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-recipes-spring-cloud - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.boot @@ -81,7 +81,7 @@ org.springframework.sbm test-helper - 0.10.1-SNAPSHOT + 0.11.0 test @@ -143,12 +143,12 @@ org.springframework.sbm sbm-support-weblogic - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-recipes-boot-upgrade - 0.10.1-SNAPSHOT + 0.11.0 diff --git a/components/openrewrite-spring-recipes/pom.xml b/components/openrewrite-spring-recipes/pom.xml index e6911b61e..58dbebd04 100644 --- a/components/openrewrite-spring-recipes/pom.xml +++ b/components/openrewrite-spring-recipes/pom.xml @@ -19,7 +19,7 @@ org.springframework.sbm spring-boot-migrator - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml openrewrite-spring-recipes diff --git a/components/recipe-test-support/pom.xml b/components/recipe-test-support/pom.xml index a21310256..915503dc4 100644 --- a/components/recipe-test-support/pom.xml +++ b/components/recipe-test-support/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -62,7 +62,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 test-jar compile diff --git a/components/sbm-core/pom.xml b/components/sbm-core/pom.xml index 2f2034dde..d7335ba1e 100644 --- a/components/sbm-core/pom.xml +++ b/components/sbm-core/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -35,7 +35,7 @@ org.springframework.sbm sbm-openrewrite - 0.10.1-SNAPSHOT + 0.11.0 @@ -135,7 +135,7 @@ org.springframework.sbm sbm-openrewrite - 0.10.1-SNAPSHOT + 0.11.0 tests test diff --git a/components/sbm-openrewrite/pom.xml b/components/sbm-openrewrite/pom.xml index 5659127ef..1fb3c905b 100644 --- a/components/sbm-openrewrite/pom.xml +++ b/components/sbm-openrewrite/pom.xml @@ -21,7 +21,7 @@ org.springframework.sbm spring-boot-migrator - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml diff --git a/components/sbm-recipes-boot-upgrade/pom.xml b/components/sbm-recipes-boot-upgrade/pom.xml index 865266e0c..d23caa5f5 100644 --- a/components/sbm-recipes-boot-upgrade/pom.xml +++ b/components/sbm-recipes-boot-upgrade/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -35,12 +35,12 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-support-boot - 0.10.1-SNAPSHOT + 0.11.0 org.asciidoctor diff --git a/components/sbm-recipes-jee-to-boot/pom.xml b/components/sbm-recipes-jee-to-boot/pom.xml index 079c7950f..5c8e9ed20 100644 --- a/components/sbm-recipes-jee-to-boot/pom.xml +++ b/components/sbm-recipes-jee-to-boot/pom.xml @@ -21,7 +21,7 @@ org.springframework.sbm spring-boot-migrator - 0.10.1-SNAPSHOT + 0.11.0 ../.. @@ -37,12 +37,12 @@ org.springframework.sbm sbm-support-boot - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-support-jee - 0.10.1-SNAPSHOT + 0.11.0 @@ -124,7 +124,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 tests test diff --git a/components/sbm-recipes-mule-to-boot/pom.xml b/components/sbm-recipes-mule-to-boot/pom.xml index e14235b0e..e14b6ba56 100644 --- a/components/sbm-recipes-mule-to-boot/pom.xml +++ b/components/sbm-recipes-mule-to-boot/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -35,7 +35,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm @@ -44,7 +44,7 @@ org.springframework.sbm sbm-recipes-jee-to-boot - 0.10.1-SNAPSHOT + 0.11.0 diff --git a/components/sbm-recipes-spring-cloud/pom.xml b/components/sbm-recipes-spring-cloud/pom.xml index fc0e92b17..a4692fafc 100644 --- a/components/sbm-recipes-spring-cloud/pom.xml +++ b/components/sbm-recipes-spring-cloud/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -35,12 +35,12 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.sbm sbm-support-boot - 0.10.1-SNAPSHOT + 0.11.0 org.springframework.boot diff --git a/components/sbm-recipes-spring-framework/pom.xml b/components/sbm-recipes-spring-framework/pom.xml index 1a2b56cf2..07ca51a69 100644 --- a/components/sbm-recipes-spring-framework/pom.xml +++ b/components/sbm-recipes-spring-framework/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -45,7 +45,7 @@ org.springframework.sbm sbm-support-boot - 0.10.1-SNAPSHOT + 0.11.0 com.squareup diff --git a/components/sbm-support-boot/pom.xml b/components/sbm-support-boot/pom.xml index d7428d8f5..0e64e9961 100644 --- a/components/sbm-support-boot/pom.xml +++ b/components/sbm-support-boot/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 diff --git a/components/sbm-support-jee/pom.xml b/components/sbm-support-jee/pom.xml index 04d450724..f15586a51 100644 --- a/components/sbm-support-jee/pom.xml +++ b/components/sbm-support-jee/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -35,7 +35,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 @@ -69,7 +69,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 tests test diff --git a/components/sbm-support-weblogic/pom.xml b/components/sbm-support-weblogic/pom.xml index 5fdab9e52..615a088d3 100644 --- a/components/sbm-support-weblogic/pom.xml +++ b/components/sbm-support-weblogic/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../../pom.xml 4.0.0 @@ -36,7 +36,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 org.openrewrite @@ -71,7 +71,7 @@ org.springframework.sbm sbm-core - 0.10.1-SNAPSHOT + 0.11.0 tests test diff --git a/components/test-helper/pom.xml b/components/test-helper/pom.xml index 9857112fd..0cbcc3e39 100644 --- a/components/test-helper/pom.xml +++ b/components/test-helper/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.10.1-SNAPSHOT + 0.11.0 ../.. 4.0.0 diff --git a/pom.xml b/pom.xml index bad32e7e5..381d0587e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,13 +15,12 @@ ~ limitations under the License. --> - + 4.0.0 org.springframework.sbm spring-boot-migrator - 0.10.1-SNAPSHOT + 0.11.0 pom @@ -50,7 +49,7 @@ scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator https://github.com/spring-projects-experimental/spring-boot-migrator - 0.7.1 + 0.11.0