Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Dec 2, 2022
1 parent 12b033d commit 1eddee0
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 44 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.12.1-SNAPSHOT</version>
<version>0.13.0</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.12.1-SNAPSHOT</version>
<version>0.13.0</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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-mule-to-boot</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-spring-cloud</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.0</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.12.1-SNAPSHOT</version>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -111,12 +111,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-weblogic</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-boot-upgrade</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.0</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.12.1-SNAPSHOT</version>
<version>0.13.0</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.12.1-SNAPSHOT</version>
<version>0.13.0</version>
<relativePath>../..</relativePath>
</parent>

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

<dependency>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1-SNAPSHOT</version>
<version>0.13.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.12.1-SNAPSHOT</version>
<version>0.13.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -37,7 +36,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.11.0</tag>
<tag>0.13.0</tag>
</scm>

<!-- <scm>-->
Expand Down Expand Up @@ -428,7 +427,7 @@
<configuration>
<properties>
<owner>the original author or authors.</owner>
<email></email>
<email />
<year>2022</year>
</properties>
<licenseSets>
Expand Down

0 comments on commit 1eddee0

Please sign in to comment.