Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed May 18, 2023
1 parent 36073cc commit 7711568
Show file tree
Hide file tree
Showing 51 changed files with 73 additions and 177 deletions.
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-archetypes</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons-archetypes</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-archetypes-webflux-singlemodule</artifactId>
Expand All @@ -20,8 +20,4 @@
</extension>
</extensions>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons-archetypes</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-archetypes-webmvc-multimodule</artifactId>
Expand All @@ -20,8 +20,4 @@
</extension>
</extensions>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons-archetypes</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-archetypes-webmvc-singlemodule</artifactId>
Expand All @@ -20,8 +20,4 @@
</extension>
</extensions>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-addons</name>
<description>Set of tools I find useful to work with Spring (mostly spring-security for OpenID)</description>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
<developerConnection>scm:git:[email protected]:ch4mpy/spring-addons.git</developerConnection>
<url>https://github.com/ch4mpy/spring-addons</url>
<tag>spring-addons-6.1.10</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples</groupId>
Expand Down
6 changes: 1 addition & 5 deletions samples/tutorials/bff/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials.bff</groupId>
<artifactId>bff</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-gateway</artifactId>
Expand Down Expand Up @@ -78,8 +78,4 @@
</properties>
</profile>
</profiles>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/bff/greetings-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials.bff</groupId>
<artifactId>bff</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-greetings-api</artifactId>
Expand Down Expand Up @@ -79,8 +79,4 @@
</properties>
</profile>
</profiles>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples.tutorials.bff</groupId>
Expand All @@ -15,8 +15,4 @@
<module>gateway</module>
<module>greetings-api</module>
</modules>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples</groupId>
<artifactId>spring-addons-samples</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
Expand All @@ -24,8 +24,4 @@
<module>servlet-resource-server</module>
<module>resource-server_multitenant_dynamic</module>
</modules>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/reactive-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>reactive-client</artifactId>
Expand Down Expand Up @@ -78,8 +78,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/reactive-resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>reactive-resource-server</artifactId>
Expand Down Expand Up @@ -63,8 +63,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_multitenant_dynamic</artifactId>
Expand Down Expand Up @@ -62,8 +62,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_additional-header</artifactId>
Expand Down Expand Up @@ -59,8 +59,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/resource-server_with_introspection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_introspection</artifactId>
Expand Down Expand Up @@ -55,8 +55,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_oauthentication</artifactId>
Expand Down Expand Up @@ -62,8 +62,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_specialized_oauthentication</artifactId>
Expand Down Expand Up @@ -63,8 +63,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/resource-server_with_ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_ui</artifactId>
Expand Down Expand Up @@ -95,8 +95,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/servlet-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>servlet-client</artifactId>
Expand Down Expand Up @@ -73,8 +73,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/tutorials/servlet-resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>servlet-resource-server</artifactId>
Expand Down Expand Up @@ -67,8 +67,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/webflux-introspecting-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples</groupId>
<artifactId>spring-addons-samples</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -62,8 +62,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions samples/webflux-introspecting-oauthentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.c4-soft.springaddons.samples</groupId>
<artifactId>spring-addons-samples</artifactId>
<version>6.1.10</version>
<version>6.1.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -62,8 +62,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>spring-addons-6.1.10</tag>
</scm>
</project>
Loading

0 comments on commit 7711568

Please sign in to comment.