Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed May 22, 2022
1 parent 985fbea commit 2b174d2
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 46 deletions.
6 changes: 3 additions & 3 deletions applications/rest-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-weblogic</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<!-- Override Jackson coming from spring boot -->
Expand Down
18 changes: 9 additions & 9 deletions applications/spring-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -32,27 +32,27 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-spring-framework</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-mule-to-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-spring-cloud</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>test-helper</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -143,12 +143,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-weblogic</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-boot-upgrade</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion components/openrewrite-spring-recipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>openrewrite-spring-recipes</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions components/recipe-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions components/sbm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion components/sbm-openrewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions components/sbm-recipes-boot-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
Expand Down
8 changes: 4 additions & 4 deletions components/sbm-recipes-jee-to-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -37,12 +37,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-jee</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<!-- Override Jackson coming from spring boot -->
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions components/sbm-recipes-mule-to-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<!-- JAXB model generation -->
Expand Down
6 changes: 3 additions & 3 deletions components/sbm-recipes-spring-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions components/sbm-recipes-spring-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down
2 changes: 1 addition & 1 deletion components/sbm-support-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions components/sbm-support-jee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions components/sbm-support-weblogic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.openrewrite</groupId>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion components/test-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -50,7 +49,7 @@
</developerConnection>
<connection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator</connection>
<url>https://github.com/spring-projects-experimental/spring-boot-migrator</url>
<tag>0.7.1</tag>
<tag>0.11.0</tag>
</scm>

<!-- <scm>-->
Expand Down

0 comments on commit 2b174d2

Please sign in to comment.