Skip to content

Commit 768c791

Browse files
committed
[maven-release-plugin] prepare release spring-addons-8.1.10
1 parent 2b6fa6a commit 768c791

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>8.1.10-SNAPSHOT</version>
11+
<version>8.1.10</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-7.8.8</tag>
37+
<tag>spring-addons-8.1.10</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>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_with_introspection</artifactId>

samples/tutorials/resource-server_with_oauthentication/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_with_oauthentication</artifactId>

samples/tutorials/resource-server_with_specialized_oauthentication/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_with_specialized_oauthentication</artifactId>

samples/tutorials/resource-server_with_ui/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>resource-server_with_ui</artifactId>

samples/tutorials/servlet-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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>servlet-client</artifactId>

samples/tutorials/servlet-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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>servlet-resource-server</artifactId>

samples/webflux-introspecting-default/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>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99

samples/webflux-introspecting-oauthentication/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>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99

samples/webflux-jwt-default/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>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99

samples/webflux-jwt-oauthentication/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>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99

samples/webmvc-introspecting-default/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

samples/webmvc-introspecting-oauthentication/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

samples/webmvc-jwt-default-jpa-authorities/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

samples/webmvc-jwt-default/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

samples/webmvc-jwt-oauthentication/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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

spring-addons-oauth2-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.c4-soft.springaddons</groupId>
77
<artifactId>spring-addons</artifactId>
8-
<version>8.1.10-SNAPSHOT</version>
8+
<version>8.1.10</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-addons-oauth2-test</artifactId>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1616
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1717
<url>https://github.com/ch4mpy/spring-addons</url>
18-
<tag>spring-addons-7.8.8</tag>
18+
<tag>spring-addons-8.1.10</tag>
1919
</scm>
2020

2121
<dependencies>

spring-addons-oauth2/pom.xml

Lines changed: 2 additions & 2 deletions
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>8.1.10-SNAPSHOT</version>
7+
<version>8.1.10</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-addons-oauth2</artifactId>
@@ -14,7 +14,7 @@
1414
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1515
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1616
<url>https://github.com/ch4mpy/spring-addons</url>
17-
<tag>spring-addons-7.8.8</tag>
17+
<tag>spring-addons-8.1.10</tag>
1818
</scm>
1919

2020
<dependencies>

spring-addons-starter-oidc-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.c4-soft.springaddons</groupId>
55
<artifactId>spring-addons</artifactId>
6-
<version>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>spring-addons-starter-oidc-test</artifactId>
@@ -13,7 +13,7 @@
1313
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1414
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1515
<url>https://github.com/ch4mpy/spring-addons</url>
16-
<tag>spring-addons-7.8.8</tag>
16+
<tag>spring-addons-8.1.10</tag>
1717
</scm>
1818

1919
<dependencies>

spring-addons-starter-oidc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.c4-soft.springaddons</groupId>
55
<artifactId>spring-addons</artifactId>
6-
<version>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>spring-addons-starter-oidc</artifactId>
@@ -13,7 +13,7 @@
1313
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1414
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1515
<url>https://github.com/ch4mpy/spring-addons</url>
16-
<tag>spring-addons-7.8.8</tag>
16+
<tag>spring-addons-8.1.10</tag>
1717
</scm>
1818

1919
<dependencies>

spring-addons-starter-openapi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.c4-soft.springaddons</groupId>
55
<artifactId>spring-addons</artifactId>
6-
<version>8.1.10-SNAPSHOT</version>
6+
<version>8.1.10</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>spring-addons-starter-openapi</artifactId>
@@ -13,7 +13,7 @@
1313
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1414
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1515
<url>https://github.com/ch4mpy/spring-addons</url>
16-
<tag>spring-addons-7.8.8</tag>
16+
<tag>spring-addons-8.1.10</tag>
1717
</scm>
1818

1919
<dependencies>

spring-addons-starter-recaptcha/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.c4-soft.springaddons</groupId>
77
<artifactId>spring-addons</artifactId>
8-
<version>8.1.10-SNAPSHOT</version>
8+
<version>8.1.10</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-addons-starter-recaptcha</artifactId>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1616
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1717
<url>https://github.com/ch4mpy/spring-addons</url>
18-
<tag>spring-addons-7.8.8</tag>
18+
<tag>spring-addons-8.1.10</tag>
1919
</scm>
2020

2121
<dependencies>

spring-addons-starter-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.c4-soft.springaddons</groupId>
77
<artifactId>spring-addons</artifactId>
8-
<version>8.1.10-SNAPSHOT</version>
8+
<version>8.1.10</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-addons-starter-rest</artifactId>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
1616
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
1717
<url>https://github.com/ch4mpy/spring-addons</url>
18-
<tag>spring-addons-7.8.8</tag>
18+
<tag>spring-addons-8.1.10</tag>
1919
</scm>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy