Skip to content

Commit f3a9e34

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bfd72fd commit f3a9e34

File tree

16 files changed

+44
-44
lines changed

16 files changed

+44
-44
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</version>
23+
<version>0.9.3-SNAPSHOT</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</version>
40+
<version>0.9.3-SNAPSHOT</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</version>
65+
<version>0.9.3-SNAPSHOT</version>
6666
</dependency>
6767

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

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.9.2</version>
24+
<version>0.9.3-SNAPSHOT</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</version>
35+
<version>0.9.3-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.sbm</groupId>
3939
<artifactId>sbm-recipes-jee-to-boot</artifactId>
40-
<version>0.9.2</version>
40+
<version>0.9.3-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-core</artifactId>
45-
<version>0.9.2</version>
45+
<version>0.9.3-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.sbm</groupId>
4949
<artifactId>sbm-recipes-mule-to-boot</artifactId>
50-
<version>0.9.2</version>
50+
<version>0.9.3-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.sbm</groupId>
5454
<artifactId>sbm-recipes-spring-cloud</artifactId>
55-
<version>0.9.2</version>
55+
<version>0.9.3-SNAPSHOT</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</version>
88+
<version>0.9.3-SNAPSHOT</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</version>
144+
<version>0.9.3-SNAPSHOT</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.springframework.sbm</groupId>
148148
<artifactId>sbm-recipes-boot-upgrade</artifactId>
149-
<version>0.9.2</version>
149+
<version>0.9.3-SNAPSHOT</version>
150150
</dependency>
151151
</dependencies>
152152

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

components/recipe-test-support/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</version>
22+
<version>0.9.3-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.springframework.sbm</groupId>
6464
<artifactId>sbm-core</artifactId>
65-
<version>0.9.2</version>
65+
<version>0.9.3-SNAPSHOT</version>
6666
<type>test-jar</type>
6767
<scope>compile</scope>
6868
</dependency>

components/sbm-core/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</version>
22+
<version>0.9.3-SNAPSHOT</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-openrewrite</artifactId>
38-
<version>0.9.2</version>
38+
<version>0.9.3-SNAPSHOT</version>
3939
</dependency>
4040

4141
<dependency>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.springframework.sbm</groupId>
143143
<artifactId>sbm-openrewrite</artifactId>
144-
<version>0.9.2</version>
144+
<version>0.9.3-SNAPSHOT</version>
145145
<classifier>tests</classifier>
146146
<scope>test</scope>
147147
</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</version>
24+
<version>0.9.3-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

components/sbm-recipes-boot-upgrade/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</version>
22+
<version>0.9.3-SNAPSHOT</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.9.2</version>
38+
<version>0.9.3-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.sbm</groupId>
4242
<artifactId>sbm-support-boot</artifactId>
43-
<version>0.9.2</version>
43+
<version>0.9.3-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<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</version>
24+
<version>0.9.3-SNAPSHOT</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</version>
40+
<version>0.9.3-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-support-jee</artifactId>
45-
<version>0.9.2</version>
45+
<version>0.9.3-SNAPSHOT</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</version>
127+
<version>0.9.3-SNAPSHOT</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.9.2</version>
22+
<version>0.9.3-SNAPSHOT</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.9.2</version>
38+
<version>0.9.3-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.sbm</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springframework.sbm</groupId>
5151
<artifactId>sbm-recipes-jee-to-boot</artifactId>
52-
<version>0.9.2</version>
52+
<version>0.9.3-SNAPSHOT</version>
5353
</dependency>
5454

5555
<!-- 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.9.2</version>
22+
<version>0.9.3-SNAPSHOT</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.9.2</version>
38+
<version>0.9.3-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.sbm</groupId>
4242
<artifactId>sbm-support-boot</artifactId>
43-
<version>0.9.2</version>
43+
<version>0.9.3-SNAPSHOT</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.9.2</version>
22+
<version>0.9.3-SNAPSHOT</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</version>
48+
<version>0.9.3-SNAPSHOT</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</version>
22+
<version>0.9.3-SNAPSHOT</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.9.2</version>
22+
<version>0.9.3-SNAPSHOT</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.9.2</version>
38+
<version>0.9.3-SNAPSHOT</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.9.2</version>
72+
<version>0.9.3-SNAPSHOT</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.9.2</version>
22+
<version>0.9.3-SNAPSHOT</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</version>
39+
<version>0.9.3-SNAPSHOT</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</version>
74+
<version>0.9.3-SNAPSHOT</version>
7575
<classifier>tests</classifier>
7676
<scope>test</scope>
7777
</dependency>

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.9.2</version>
22+
<version>0.9.3-SNAPSHOT</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.springframework.sbm</groupId>
2222
<artifactId>spring-boot-migrator</artifactId>
23-
<version>0.9.2</version>
23+
<version>0.9.3-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<properties>
@@ -47,7 +47,7 @@
4747
<developerConnection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</developerConnection>
4848
<connection>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator</connection>
4949
<url>https://github.com/spring-projects-experimental/spring-boot-migrator</url>
50-
<tag>0.9.2</tag>
50+
<tag>0.7.1</tag>
5151
</scm>
5252

5353
<!-- <scm>-->

0 commit comments

Comments
 (0)