Skip to content

Commit b5ada20

Browse files
committed
[maven-release-plugin] prepare release 0.10.0
1 parent 62b6745 commit b5ada20

File tree

16 files changed

+51
-62
lines changed

16 files changed

+51
-62
lines changed

applications/rest-service/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.sbm</groupId>
2222
<artifactId>spring-boot-migrator</artifactId>
23-
<version>0.9.2-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.springframework.sbm</groupId>
3939
<artifactId>sbm-recipes-jee-to-boot</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
40+
<version>0.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.springframework.sbm</groupId>
6464
<artifactId>sbm-support-weblogic</artifactId>
65-
<version>0.9.2-SNAPSHOT</version>
65+
<version>0.10.0</version>
6666
</dependency>
6767

6868
<!-- Override Jackson coming from spring boot -->

applications/spring-shell/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.sbm</groupId>
2323
<artifactId>spring-boot-migrator</artifactId>
24-
<version>0.9.2-SNAPSHOT</version>
24+
<version>0.10.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

@@ -32,27 +32,27 @@
3232
<dependency>
3333
<groupId>org.springframework.sbm</groupId>
3434
<artifactId>sbm-recipes-spring-framework</artifactId>
35-
<version>0.9.2-SNAPSHOT</version>
35+
<version>0.10.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.sbm</groupId>
3939
<artifactId>sbm-recipes-jee-to-boot</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
40+
<version>0.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-core</artifactId>
45-
<version>0.9.2-SNAPSHOT</version>
45+
<version>0.10.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.sbm</groupId>
4949
<artifactId>sbm-recipes-mule-to-boot</artifactId>
50-
<version>0.9.2-SNAPSHOT</version>
50+
<version>0.10.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.sbm</groupId>
5454
<artifactId>sbm-recipes-spring-cloud</artifactId>
55-
<version>0.9.2-SNAPSHOT</version>
55+
<version>0.10.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.springframework.sbm</groupId>
8787
<artifactId>test-helper</artifactId>
88-
<version>0.9.2-SNAPSHOT</version>
88+
<version>0.10.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
@@ -141,12 +141,12 @@
141141
<dependency>
142142
<groupId>org.springframework.sbm</groupId>
143143
<artifactId>sbm-support-weblogic</artifactId>
144-
<version>0.9.2-SNAPSHOT</version>
144+
<version>0.10.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.springframework.sbm</groupId>
148148
<artifactId>sbm-recipes-boot-upgrade</artifactId>
149-
<version>0.9.2-SNAPSHOT</version>
149+
<version>0.10.0</version>
150150
</dependency>
151151
</dependencies>
152152

@@ -209,7 +209,7 @@
209209
<phase>process-test-classes</phase>
210210
<configuration>
211211
<target>
212-
<chmod file="target/test-classes/testcode/mule-app/prepare.sh" perm="755"/>
212+
<chmod file="target/test-classes/testcode/mule-app/prepare.sh" perm="755" />
213213
</target>
214214
</configuration>
215215
<goals>

components/openrewrite-spring-recipes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.sbm</groupId>
2121
<artifactId>spring-boot-migrator</artifactId>
22-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>openrewrite-spring-recipes</artifactId>

components/recipe-test-support/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<parent>
2120
<artifactId>spring-boot-migrator</artifactId>
2221
<groupId>org.springframework.sbm</groupId>
23-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2423
<relativePath>../../pom.xml</relativePath>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>
@@ -63,7 +62,7 @@
6362
<dependency>
6463
<groupId>org.springframework.sbm</groupId>
6564
<artifactId>sbm-core</artifactId>
66-
<version>0.9.2-SNAPSHOT</version>
65+
<version>0.10.0</version>
6766
<type>test-jar</type>
6867
<scope>compile</scope>
6968
</dependency>

components/sbm-core/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>spring-boot-migrator</artifactId>
2321
<groupId>org.springframework.sbm</groupId>
24-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +35,7 @@
3735
<dependency>
3836
<groupId>org.springframework.sbm</groupId>
3937
<artifactId>sbm-openrewrite</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
38+
<version>0.10.0</version>
4139
</dependency>
4240

4341
<dependency>
@@ -143,7 +141,7 @@
143141
<dependency>
144142
<groupId>org.springframework.sbm</groupId>
145143
<artifactId>sbm-openrewrite</artifactId>
146-
<version>0.9.2-SNAPSHOT</version>
144+
<version>0.10.0</version>
147145
<classifier>tests</classifier>
148146
<scope>test</scope>
149147
</dependency>

components/sbm-openrewrite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.sbm</groupId>
2323
<artifactId>spring-boot-migrator</artifactId>
24-
<version>0.9.2-SNAPSHOT</version>
24+
<version>0.10.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

components/sbm-recipes-boot-upgrade/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>spring-boot-migrator</artifactId>
2321
<groupId>org.springframework.sbm</groupId>
24-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
@@ -37,12 +35,12 @@
3735
<dependency>
3836
<groupId>org.springframework.sbm</groupId>
3937
<artifactId>sbm-core</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
38+
<version>0.10.0</version>
4139
</dependency>
4240
<dependency>
4341
<groupId>org.springframework.sbm</groupId>
4442
<artifactId>sbm-support-boot</artifactId>
45-
<version>0.9.2-SNAPSHOT</version>
43+
<version>0.10.0</version>
4644
</dependency>
4745
<dependency>
4846
<groupId>org.asciidoctor</groupId>

components/sbm-recipes-jee-to-boot/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.sbm</groupId>
2323
<artifactId>spring-boot-migrator</artifactId>
24-
<version>0.9.2-SNAPSHOT</version>
24+
<version>0.10.0</version>
2525
<relativePath>../..</relativePath>
2626
</parent>
2727

@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>org.springframework.sbm</groupId>
3939
<artifactId>sbm-support-boot</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
40+
<version>0.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-support-jee</artifactId>
45-
<version>0.9.2-SNAPSHOT</version>
45+
<version>0.10.0</version>
4646
</dependency>
4747

4848
<!-- Override Jackson coming from spring boot -->
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>org.springframework.sbm</groupId>
126126
<artifactId>sbm-core</artifactId>
127-
<version>0.9.2-SNAPSHOT</version>
127+
<version>0.10.0</version>
128128
<classifier>tests</classifier>
129129
<scope>test</scope>
130130
</dependency>

components/sbm-recipes-mule-to-boot/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>spring-boot-migrator</artifactId>
2321
<groupId>org.springframework.sbm</groupId>
24-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +35,7 @@
3735
<dependency>
3836
<groupId>org.springframework.sbm</groupId>
3937
<artifactId>sbm-core</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
38+
<version>0.10.0</version>
4139
</dependency>
4240
<dependency>
4341
<groupId>org.springframework.sbm</groupId>
@@ -51,7 +49,7 @@
5149
<dependency>
5250
<groupId>org.springframework.sbm</groupId>
5351
<artifactId>sbm-recipes-jee-to-boot</artifactId>
54-
<version>0.9.2-SNAPSHOT</version>
52+
<version>0.10.0</version>
5553
</dependency>
5654

5755
<!-- JAXB model generation -->

components/sbm-recipes-spring-cloud/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>spring-boot-migrator</artifactId>
2321
<groupId>org.springframework.sbm</groupId>
24-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
@@ -37,12 +35,12 @@
3735
<dependency>
3836
<groupId>org.springframework.sbm</groupId>
3937
<artifactId>sbm-core</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
38+
<version>0.10.0</version>
4139
</dependency>
4240
<dependency>
4341
<groupId>org.springframework.sbm</groupId>
4442
<artifactId>sbm-support-boot</artifactId>
45-
<version>0.9.2-SNAPSHOT</version>
43+
<version>0.10.0</version>
4644
</dependency>
4745
<dependency>
4846
<groupId>org.springframework.boot</groupId>

components/sbm-recipes-spring-framework/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>spring-boot-migrator</artifactId>
2121
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.springframework.sbm</groupId>
4747
<artifactId>sbm-support-boot</artifactId>
48-
<version>0.9.2-SNAPSHOT</version>
48+
<version>0.10.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.squareup</groupId>

components/sbm-support-boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>spring-boot-migrator</artifactId>
2121
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

components/sbm-support-jee/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>spring-boot-migrator</artifactId>
2321
<groupId>org.springframework.sbm</groupId>
24-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2523
<relativePath>../../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +35,7 @@
3735
<dependency>
3836
<groupId>org.springframework.sbm</groupId>
3937
<artifactId>sbm-core</artifactId>
40-
<version>0.9.2-SNAPSHOT</version>
38+
<version>0.10.0</version>
4139
</dependency>
4240

4341
<dependency>
@@ -71,7 +69,7 @@
7169
<dependency>
7270
<groupId>org.springframework.sbm</groupId>
7371
<artifactId>sbm-core</artifactId>
74-
<version>0.9.2-SNAPSHOT</version>
72+
<version>0.10.0</version>
7573
<classifier>tests</classifier>
7674
<scope>test</scope>
7775
</dependency>

components/sbm-support-weblogic/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>spring-boot-migrator</artifactId>
2121
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.2-SNAPSHOT</version>
22+
<version>0.10.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.springframework.sbm</groupId>
3838
<artifactId>sbm-core</artifactId>
39-
<version>0.9.2-SNAPSHOT</version>
39+
<version>0.10.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.openrewrite</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.springframework.sbm</groupId>
7373
<artifactId>sbm-core</artifactId>
74-
<version>0.9.2-SNAPSHOT</version>
74+
<version>0.10.0</version>
7575
<classifier>tests</classifier>
7676
<scope>test</scope>
7777
</dependency>

0 commit comments

Comments
 (0)