Skip to content

Commit 271396a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 86aa031 commit 271396a

File tree

31 files changed

+39
-39
lines changed

31 files changed

+39
-39
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.c4-soft.springaddons</groupId>
1010
<artifactId>spring-addons</artifactId>
11-
<version>9.0.0-RC1</version>
11+
<version>9.0.0-RC2-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>spring-addons</name>
1414
<description>Make Spring developpers' life easier when OAuth2 / OpenID is involved</description>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
3535
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
3636
<url>https://github.com/ch4mpy/spring-addons</url>
37-
<tag>spring-addons-9.0.0-RC1</tag>
37+
<tag>spring-addons-9.0.0-M2</tag>
3838
</scm>
3939

4040
<distributionManagement>

samples/oauth2-bff-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.c4-soft.springaddons.samples</groupId>
55
<artifactId>spring-addons-samples</artifactId>
6-
<version>9.0.0-RC1</version>
6+
<version>9.0.0-RC2-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>oauth2-bff-reactive</artifactId>

samples/oauth2-bff-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.c4-soft.springaddons.samples</groupId>
55
<artifactId>spring-addons-samples</artifactId>
6-
<version>9.0.0-RC1</version>
6+
<version>9.0.0-RC2-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>oauth2-bff-servlet</artifactId>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons</groupId>
66
<artifactId>spring-addons</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<groupId>com.c4-soft.springaddons.samples</groupId>

samples/tutorials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons.samples</groupId>
66
<artifactId>spring-addons-samples</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>

samples/tutorials/reactive-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
66
<artifactId>tutorials</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>reactive-client</artifactId>

samples/tutorials/reactive-resource-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
66
<artifactId>tutorials</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>reactive-resource-server</artifactId>

samples/tutorials/resource-server_multitenant_dynamic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
66
<artifactId>tutorials</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_multitenant_dynamic</artifactId>

samples/tutorials/resource-server_with_additional-header/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
66
<artifactId>tutorials</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_with_additional-header</artifactId>

samples/tutorials/resource-server_with_introspection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
66
<artifactId>tutorials</artifactId>
7-
<version>9.0.0-RC1</version>
7+
<version>9.0.0-RC2-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_with_introspection</artifactId>

0 commit comments

Comments
 (0)