Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Mar 28, 2022
1 parent 62b6745 commit b5ada20
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 62 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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<!-- Override Jackson coming from spring boot -->
Expand Down
20 changes: 10 additions & 10 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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-mule-to-boot</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-spring-cloud</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>test-helper</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -141,12 +141,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-weblogic</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-boot-upgrade</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -209,7 +209,7 @@
<phase>process-test-classes</phase>
<configuration>
<target>
<chmod file="target/test-classes/testcode/mule-app/prepare.sh" perm="755"/>
<chmod file="target/test-classes/testcode/mule-app/prepare.sh" perm="755" />
</target>
</configuration>
<goals>
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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>openrewrite-spring-recipes</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions components/recipe-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
~ 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">
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -63,7 +62,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
Expand Down
10 changes: 4 additions & 6 deletions components/sbm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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">
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -37,7 +35,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -143,7 +141,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-openrewrite</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 4 additions & 6 deletions components/sbm-recipes-boot-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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">
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -37,12 +35,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -37,12 +37,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-jee</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 4 additions & 6 deletions components/sbm-recipes-mule-to-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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">
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -37,7 +35,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
Expand All @@ -51,7 +49,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-recipes-jee-to-boot</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<!-- JAXB model generation -->
Expand Down
10 changes: 4 additions & 6 deletions components/sbm-recipes-spring-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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">
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -37,12 +35,12 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-support-boot</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 4 additions & 6 deletions components/sbm-support-jee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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">
<parent>
<artifactId>spring-boot-migrator</artifactId>
<groupId>org.springframework.sbm</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -37,7 +35,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -71,7 +69,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>sbm-core</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.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.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
Loading

0 comments on commit b5ada20

Please sign in to comment.