From 90f25ff41821fb7f5d22094c9e08ea6f73f8d117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Kr=C3=BCger?= Date: Mon, 23 May 2022 15:15:31 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 0.11.1 --- 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 | 4 ++-- 16 files changed, 44 insertions(+), 44 deletions(-) diff --git a/applications/rest-service/pom.xml b/applications/rest-service/pom.xml index e8fc2ba8d..182a42710 100644 --- a/applications/rest-service/pom.xml +++ b/applications/rest-service/pom.xml @@ -20,7 +20,7 @@ org.springframework.sbm spring-boot-migrator - 0.11.1-SNAPSHOT + 0.11.1 ../../pom.xml @@ -37,7 +37,7 @@ org.springframework.sbm sbm-recipes-jee-to-boot - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm @@ -62,7 +62,7 @@ org.springframework.sbm sbm-support-weblogic - 0.11.1-SNAPSHOT + 0.11.1 diff --git a/applications/spring-shell/pom.xml b/applications/spring-shell/pom.xml index 63439b3d1..9251f74c4 100644 --- a/applications/spring-shell/pom.xml +++ b/applications/spring-shell/pom.xml @@ -21,7 +21,7 @@ org.springframework.sbm spring-boot-migrator - 0.11.1-SNAPSHOT + 0.11.1 ../../pom.xml @@ -32,27 +32,27 @@ org.springframework.sbm sbm-recipes-spring-framework - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-recipes-jee-to-boot - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-recipes-mule-to-boot - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-recipes-spring-cloud - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.boot @@ -81,7 +81,7 @@ org.springframework.sbm test-helper - 0.11.1-SNAPSHOT + 0.11.1 test @@ -143,12 +143,12 @@ org.springframework.sbm sbm-support-weblogic - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-recipes-boot-upgrade - 0.11.1-SNAPSHOT + 0.11.1 diff --git a/components/openrewrite-spring-recipes/pom.xml b/components/openrewrite-spring-recipes/pom.xml index e98385dbe..d9dca04b4 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml openrewrite-spring-recipes diff --git a/components/recipe-test-support/pom.xml b/components/recipe-test-support/pom.xml index 45e47f087..4258d8df8 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -62,7 +62,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 test-jar compile diff --git a/components/sbm-core/pom.xml b/components/sbm-core/pom.xml index 9cbddb180..9d3e9a495 100644 --- a/components/sbm-core/pom.xml +++ b/components/sbm-core/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -35,7 +35,7 @@ org.springframework.sbm sbm-openrewrite - 0.11.1-SNAPSHOT + 0.11.1 @@ -135,7 +135,7 @@ org.springframework.sbm sbm-openrewrite - 0.11.1-SNAPSHOT + 0.11.1 tests test diff --git a/components/sbm-openrewrite/pom.xml b/components/sbm-openrewrite/pom.xml index 9465bf972..ecebf22a6 100644 --- a/components/sbm-openrewrite/pom.xml +++ b/components/sbm-openrewrite/pom.xml @@ -21,7 +21,7 @@ org.springframework.sbm spring-boot-migrator - 0.11.1-SNAPSHOT + 0.11.1 ../../pom.xml diff --git a/components/sbm-recipes-boot-upgrade/pom.xml b/components/sbm-recipes-boot-upgrade/pom.xml index a09ad8901..9dc4c03ed 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -35,12 +35,12 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-support-boot - 0.11.1-SNAPSHOT + 0.11.1 org.asciidoctor diff --git a/components/sbm-recipes-jee-to-boot/pom.xml b/components/sbm-recipes-jee-to-boot/pom.xml index a337475e8..2f3131420 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.11.1-SNAPSHOT + 0.11.1 ../.. @@ -37,12 +37,12 @@ org.springframework.sbm sbm-support-boot - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-support-jee - 0.11.1-SNAPSHOT + 0.11.1 @@ -124,7 +124,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 tests test diff --git a/components/sbm-recipes-mule-to-boot/pom.xml b/components/sbm-recipes-mule-to-boot/pom.xml index ac14f2cf6..b64a0e097 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -35,7 +35,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm @@ -44,7 +44,7 @@ org.springframework.sbm sbm-recipes-jee-to-boot - 0.11.1-SNAPSHOT + 0.11.1 diff --git a/components/sbm-recipes-spring-cloud/pom.xml b/components/sbm-recipes-spring-cloud/pom.xml index a2b27abc1..46d48de9e 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -35,12 +35,12 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.sbm sbm-support-boot - 0.11.1-SNAPSHOT + 0.11.1 org.springframework.boot diff --git a/components/sbm-recipes-spring-framework/pom.xml b/components/sbm-recipes-spring-framework/pom.xml index 163993600..e2c27aa86 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -45,7 +45,7 @@ org.springframework.sbm sbm-support-boot - 0.11.1-SNAPSHOT + 0.11.1 com.squareup diff --git a/components/sbm-support-boot/pom.xml b/components/sbm-support-boot/pom.xml index f7d8184cb..f8b4f33e7 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 diff --git a/components/sbm-support-jee/pom.xml b/components/sbm-support-jee/pom.xml index 628efb228..f1b8f6f86 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -35,7 +35,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 @@ -69,7 +69,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 tests test diff --git a/components/sbm-support-weblogic/pom.xml b/components/sbm-support-weblogic/pom.xml index 947d8a444..d1a6d547a 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.11.1-SNAPSHOT + 0.11.1 ../../pom.xml 4.0.0 @@ -36,7 +36,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 org.openrewrite @@ -71,7 +71,7 @@ org.springframework.sbm sbm-core - 0.11.1-SNAPSHOT + 0.11.1 tests test diff --git a/components/test-helper/pom.xml b/components/test-helper/pom.xml index 19d46e1c5..dd8955401 100644 --- a/components/test-helper/pom.xml +++ b/components/test-helper/pom.xml @@ -19,7 +19,7 @@ spring-boot-migrator org.springframework.sbm - 0.11.1-SNAPSHOT + 0.11.1 ../.. 4.0.0 diff --git a/pom.xml b/pom.xml index b5ed97a5c..03dec1422 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.springframework.sbm spring-boot-migrator - 0.11.1-SNAPSHOT + 0.11.1 pom @@ -49,7 +49,7 @@ scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator https://github.com/spring-projects-experimental/spring-boot-migrator - 0.11.0 + 0.11.1