Skip to content

Commit 62b6745

Browse files
committed
[maven-release-plugin] rollback the release of 0.9.2
1 parent f3a9e34 commit 62b6745

File tree

16 files changed

+61
-50
lines changed

16 files changed

+61
-50
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.3-SNAPSHOT</version>
23+
<version>0.9.2-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.3-SNAPSHOT</version>
40+
<version>0.9.2-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.3-SNAPSHOT</version>
65+
<version>0.9.2-SNAPSHOT</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.3-SNAPSHOT</version>
24+
<version>0.9.2-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.3-SNAPSHOT</version>
35+
<version>0.9.2-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.sbm</groupId>
3939
<artifactId>sbm-recipes-jee-to-boot</artifactId>
40-
<version>0.9.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-core</artifactId>
45-
<version>0.9.3-SNAPSHOT</version>
45+
<version>0.9.2-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.sbm</groupId>
4949
<artifactId>sbm-recipes-mule-to-boot</artifactId>
50-
<version>0.9.3-SNAPSHOT</version>
50+
<version>0.9.2-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.sbm</groupId>
5454
<artifactId>sbm-recipes-spring-cloud</artifactId>
55-
<version>0.9.3-SNAPSHOT</version>
55+
<version>0.9.2-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.3-SNAPSHOT</version>
88+
<version>0.9.2-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.3-SNAPSHOT</version>
144+
<version>0.9.2-SNAPSHOT</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.springframework.sbm</groupId>
148148
<artifactId>sbm-recipes-boot-upgrade</artifactId>
149-
<version>0.9.3-SNAPSHOT</version>
149+
<version>0.9.2-SNAPSHOT</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.3-SNAPSHOT</version>
22+
<version>0.9.2-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>openrewrite-spring-recipes</artifactId>

components/recipe-test-support/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
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" 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"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1920
<parent>
2021
<artifactId>spring-boot-migrator</artifactId>
2122
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.2-SNAPSHOT</version>
2324
<relativePath>../../pom.xml</relativePath>
2425
</parent>
2526
<modelVersion>4.0.0</modelVersion>
@@ -62,7 +63,7 @@
6263
<dependency>
6364
<groupId>org.springframework.sbm</groupId>
6465
<artifactId>sbm-core</artifactId>
65-
<version>0.9.3-SNAPSHOT</version>
66+
<version>0.9.2-SNAPSHOT</version>
6667
<type>test-jar</type>
6768
<scope>compile</scope>
6869
</dependency>

components/sbm-core/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
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" 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"
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">
1921
<parent>
2022
<artifactId>spring-boot-migrator</artifactId>
2123
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.3-SNAPSHOT</version>
24+
<version>0.9.2-SNAPSHOT</version>
2325
<relativePath>../../pom.xml</relativePath>
2426
</parent>
2527
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +37,7 @@
3537
<dependency>
3638
<groupId>org.springframework.sbm</groupId>
3739
<artifactId>sbm-openrewrite</artifactId>
38-
<version>0.9.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
3941
</dependency>
4042

4143
<dependency>
@@ -141,7 +143,7 @@
141143
<dependency>
142144
<groupId>org.springframework.sbm</groupId>
143145
<artifactId>sbm-openrewrite</artifactId>
144-
<version>0.9.3-SNAPSHOT</version>
146+
<version>0.9.2-SNAPSHOT</version>
145147
<classifier>tests</classifier>
146148
<scope>test</scope>
147149
</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.3-SNAPSHOT</version>
24+
<version>0.9.2-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
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" 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"
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">
1921
<parent>
2022
<artifactId>spring-boot-migrator</artifactId>
2123
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.3-SNAPSHOT</version>
24+
<version>0.9.2-SNAPSHOT</version>
2325
<relativePath>../../pom.xml</relativePath>
2426
</parent>
2527
<modelVersion>4.0.0</modelVersion>
@@ -35,12 +37,12 @@
3537
<dependency>
3638
<groupId>org.springframework.sbm</groupId>
3739
<artifactId>sbm-core</artifactId>
38-
<version>0.9.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
3941
</dependency>
4042
<dependency>
4143
<groupId>org.springframework.sbm</groupId>
4244
<artifactId>sbm-support-boot</artifactId>
43-
<version>0.9.3-SNAPSHOT</version>
45+
<version>0.9.2-SNAPSHOT</version>
4446
</dependency>
4547
<dependency>
4648
<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.3-SNAPSHOT</version>
24+
<version>0.9.2-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.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.sbm</groupId>
4444
<artifactId>sbm-support-jee</artifactId>
45-
<version>0.9.3-SNAPSHOT</version>
45+
<version>0.9.2-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.3-SNAPSHOT</version>
127+
<version>0.9.2-SNAPSHOT</version>
128128
<classifier>tests</classifier>
129129
<scope>test</scope>
130130
</dependency>

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
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" 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"
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">
1921
<parent>
2022
<artifactId>spring-boot-migrator</artifactId>
2123
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.3-SNAPSHOT</version>
24+
<version>0.9.2-SNAPSHOT</version>
2325
<relativePath>../../pom.xml</relativePath>
2426
</parent>
2527
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +37,7 @@
3537
<dependency>
3638
<groupId>org.springframework.sbm</groupId>
3739
<artifactId>sbm-core</artifactId>
38-
<version>0.9.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
3941
</dependency>
4042
<dependency>
4143
<groupId>org.springframework.sbm</groupId>
@@ -49,7 +51,7 @@
4951
<dependency>
5052
<groupId>org.springframework.sbm</groupId>
5153
<artifactId>sbm-recipes-jee-to-boot</artifactId>
52-
<version>0.9.3-SNAPSHOT</version>
54+
<version>0.9.2-SNAPSHOT</version>
5355
</dependency>
5456

5557
<!-- JAXB model generation -->

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
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" 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"
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">
1921
<parent>
2022
<artifactId>spring-boot-migrator</artifactId>
2123
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.3-SNAPSHOT</version>
24+
<version>0.9.2-SNAPSHOT</version>
2325
<relativePath>../../pom.xml</relativePath>
2426
</parent>
2527
<modelVersion>4.0.0</modelVersion>
@@ -35,12 +37,12 @@
3537
<dependency>
3638
<groupId>org.springframework.sbm</groupId>
3739
<artifactId>sbm-core</artifactId>
38-
<version>0.9.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
3941
</dependency>
4042
<dependency>
4143
<groupId>org.springframework.sbm</groupId>
4244
<artifactId>sbm-support-boot</artifactId>
43-
<version>0.9.3-SNAPSHOT</version>
45+
<version>0.9.2-SNAPSHOT</version>
4446
</dependency>
4547
<dependency>
4648
<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.3-SNAPSHOT</version>
22+
<version>0.9.2-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.3-SNAPSHOT</version>
48+
<version>0.9.2-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.3-SNAPSHOT</version>
22+
<version>0.9.2-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

components/sbm-support-jee/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
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" 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"
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">
1921
<parent>
2022
<artifactId>spring-boot-migrator</artifactId>
2123
<groupId>org.springframework.sbm</groupId>
22-
<version>0.9.3-SNAPSHOT</version>
24+
<version>0.9.2-SNAPSHOT</version>
2325
<relativePath>../../pom.xml</relativePath>
2426
</parent>
2527
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +37,7 @@
3537
<dependency>
3638
<groupId>org.springframework.sbm</groupId>
3739
<artifactId>sbm-core</artifactId>
38-
<version>0.9.3-SNAPSHOT</version>
40+
<version>0.9.2-SNAPSHOT</version>
3941
</dependency>
4042

4143
<dependency>
@@ -69,7 +71,7 @@
6971
<dependency>
7072
<groupId>org.springframework.sbm</groupId>
7173
<artifactId>sbm-core</artifactId>
72-
<version>0.9.3-SNAPSHOT</version>
74+
<version>0.9.2-SNAPSHOT</version>
7375
<classifier>tests</classifier>
7476
<scope>test</scope>
7577
</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.3-SNAPSHOT</version>
22+
<version>0.9.2-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.3-SNAPSHOT</version>
39+
<version>0.9.2-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.3-SNAPSHOT</version>
74+
<version>0.9.2-SNAPSHOT</version>
7575
<classifier>tests</classifier>
7676
<scope>test</scope>
7777
</dependency>

0 commit comments

Comments
 (0)