Skip to content

Commit f7191e1

Browse files
committed
[maven-release-plugin] prepare release 0.15.1
1 parent d0ed90b commit f7191e1

File tree

17 files changed

+42
-42
lines changed

17 files changed

+42
-42
lines changed

applications/spring-boot-upgrade/pom.xml

+2-2
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.15.1-SNAPSHOT</version>
23+
<version>0.15.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework.sbm</groupId>
3434
<artifactId>sbm-recipes-boot-upgrade</artifactId>
35-
<version>0.15.1-SNAPSHOT</version>
35+
<version>0.15.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>

applications/spring-shell/pom.xml

+9-9
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.15.1-SNAPSHOT</version>
24+
<version>0.15.1</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.15.1-SNAPSHOT</version>
35+
<version>0.15.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.sbm</groupId>
3939
<artifactId>sbm-recipes-jee-to-boot</artifactId>
40-
<version>0.15.1-SNAPSHOT</version>
40+
<version>0.15.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-core</artifactId>
45-
<version>0.15.1-SNAPSHOT</version>
45+
<version>0.15.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.sbm</groupId>
4949
<artifactId>sbm-recipes-mule-to-boot</artifactId>
50-
<version>0.15.1-SNAPSHOT</version>
50+
<version>0.15.1</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.sbm</groupId>
5454
<artifactId>sbm-recipes-spring-cloud</artifactId>
55-
<version>0.15.1-SNAPSHOT</version>
55+
<version>0.15.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.springframework.sbm</groupId>
7777
<artifactId>test-helper</artifactId>
78-
<version>0.15.1-SNAPSHOT</version>
78+
<version>0.15.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -117,12 +117,12 @@
117117
<dependency>
118118
<groupId>org.springframework.sbm</groupId>
119119
<artifactId>sbm-support-weblogic</artifactId>
120-
<version>0.15.1-SNAPSHOT</version>
120+
<version>0.15.1</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.springframework.sbm</groupId>
124124
<artifactId>sbm-recipes-boot-upgrade</artifactId>
125-
<version>0.15.1-SNAPSHOT</version>
125+
<version>0.15.1</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.springframework.sbm</groupId>

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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>openrewrite-spring-recipes</artifactId>

components/recipe-test-support/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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

components/sbm-core/pom.xml

+4-4
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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>org.springframework.sbm</groupId>
3232
<artifactId>sbm-openrewrite</artifactId>
33-
<version>0.15.1-SNAPSHOT</version>
33+
<version>0.15.1</version>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>org.springframework.sbm</groupId>
3838
<artifactId>sbm-utils</artifactId>
39-
<version>0.15.1-SNAPSHOT</version>
39+
<version>0.15.1</version>
4040
</dependency>
4141

4242
<dependency>
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.springframework.sbm</groupId>
165165
<artifactId>sbm-openrewrite</artifactId>
166-
<version>0.15.1-SNAPSHOT</version>
166+
<version>0.15.1</version>
167167
<classifier>tests</classifier>
168168
<scope>test</scope>
169169
</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.15.1-SNAPSHOT</version>
24+
<version>0.15.1</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

components/sbm-recipes-boot-upgrade/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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

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.15.1-SNAPSHOT</version>
24+
<version>0.15.1</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.15.1-SNAPSHOT</version>
40+
<version>0.15.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-support-jee</artifactId>
45-
<version>0.15.1-SNAPSHOT</version>
45+
<version>0.15.1</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.15.1-SNAPSHOT</version>
127+
<version>0.15.1</version>
128128
<classifier>tests</classifier>
129129
<scope>test</scope>
130130
</dependency>

components/sbm-recipes-mule-to-boot/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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework.sbm</groupId>
3737
<artifactId>sbm-core</artifactId>
38-
<version>0.15.1-SNAPSHOT</version>
38+
<version>0.15.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.sbm</groupId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.springframework.sbm</groupId>
4646
<artifactId>sbm-recipes-jee-to-boot</artifactId>
47-
<version>0.15.1-SNAPSHOT</version>
47+
<version>0.15.1</version>
4848
</dependency>
4949

5050
<!-- JAXB model generation -->

components/sbm-recipes-spring-cloud/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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>org.springframework.sbm</groupId>
3737
<artifactId>sbm-core</artifactId>
38-
<version>0.15.1-SNAPSHOT</version>
38+
<version>0.15.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.sbm</groupId>
4242
<artifactId>sbm-support-boot</artifactId>
43-
<version>0.15.1-SNAPSHOT</version>
43+
<version>0.15.1</version>
4444
</dependency>
4545
<dependency>
4646
<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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</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.15.1-SNAPSHOT</version>
48+
<version>0.15.1</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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

components/sbm-support-jee/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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework.sbm</groupId>
3737
<artifactId>sbm-core</artifactId>
38-
<version>0.15.1-SNAPSHOT</version>
38+
<version>0.15.1</version>
3939
</dependency>
4040

4141
<dependency>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.springframework.sbm</groupId>
7171
<artifactId>sbm-core</artifactId>
72-
<version>0.15.1-SNAPSHOT</version>
72+
<version>0.15.1</version>
7373
<classifier>tests</classifier>
7474
<scope>test</scope>
7575
</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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</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.15.1-SNAPSHOT</version>
39+
<version>0.15.1</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.15.1-SNAPSHOT</version>
74+
<version>0.15.1</version>
7575
<classifier>tests</classifier>
7676
<scope>test</scope>
7777
</dependency>

components/sbm-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.sbm</groupId>
66
<artifactId>spring-boot-migrator</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.15.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

components/test-helper/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.15.1-SNAPSHOT</version>
22+
<version>0.15.1</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.springframework.sbm</groupId>
66
<artifactId>spring-boot-migrator</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.15.1</version>
88
<packaging>pom</packaging>
99

1010
<properties>
@@ -37,7 +37,7 @@
3737
<developerConnection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</developerConnection>
3838
<connection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator</connection>
3939
<url>https://github.com/spring-projects-experimental/spring-boot-migrator</url>
40-
<tag>0.15.0</tag>
40+
<tag>0.15.1</tag>
4141
</scm>
4242

4343
<!-- <scm>-->

0 commit comments

Comments
 (0)