Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Aug 6, 2023
1 parent f7191e1 commit e8fcb8d
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions applications/spring-boot-upgrade/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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-boot-upgrade</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-mule-to-boot</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-spring-cloud</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>test-helper</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -117,12 +117,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-weblogic</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-boot-upgrade</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>openrewrite-spring-recipes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -30,13 +30,13 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-utils</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -37,12 +37,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-jee</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion components/sbm-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.sbm</groupId>
<artifactId>spring-boot-migrator</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

<properties>
Expand Down Expand Up @@ -37,7 +37,7 @@
<developerConnection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</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.15.1</tag>
<tag>0.15.0</tag>
</scm>

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

0 comments on commit e8fcb8d

Please sign in to comment.