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 Nov 6, 2023
1 parent af88ba8 commit 028b2d3
Show file tree
Hide file tree
Showing 38 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ You can now **test your OAuth2 / OpenID knowledge with a dedicated quiz** availa

7.x is a break through in usability: all 6 `spring-addons` Boot starters are merged into a single one: [`com.c4-soft.springaddons:spring-addons-starter-oidc`](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons-starter-oidc/), and so are 4 of the test libs: [`com.c4-soft.springaddons:spring-addons-starter-oidc-test`](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons-starter-oidc-test/). To use the test annotations without the starter, the dependency is unchanged: [`com.c4-soft.springaddons:spring-addons-oauth2-test`](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons-oauth2-test/).

Please follow the [migration guide](https://github.com/ch4mpy/spring-addons/blob/master/7.0.0-migration-guide.md) to move from `6.x` to `7.1.11`. There is no urge to do so on existing projects as 6.2.x patches should be published untill the end of 2023.
Please follow the [migration guide](https://github.com/ch4mpy/spring-addons/blob/master/7.0.0-migration-guide.md) to move from `6.x` to `7.1.12`. There is no urge to do so on existing projects as 6.2.x patches should be published untill the end of 2023.

All samples and tutorials sources are migrated to latest starter and test annotations, but some READMEs might still need a refresh. Please make sure you refer to source code for up to date configuration.

Expand Down Expand Up @@ -426,7 +426,7 @@ This starters are designed to push auto-configuration one step further. In most
I could forget to update README before releasing, so please refer to [maven central](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons/) to pick latest available release
```xml
<properties>
<springaddons.version>7.1.11</springaddons.version>
<springaddons.version>7.1.12</springaddons.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -462,7 +462,7 @@ I could forget to update README before releasing, so please refer to [maven cent

### 5.1. <a name="release-notes-7"/>`7.x` Branch

#### `7.1.11`
#### `7.1.12`
- Spring boot `3.1.5` as transcient dependency
- [gh-151](https://github.com/ch4mpy/spring-addons/issues/151) scan application context for `authenticationEntryPoint` and `accessDeniedHandler` to auto-configure resource servers (default returns `401` for unauthorized requests instead of `302 redirect to login`).

Expand Down
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>7.1.12</version>
<version>7.1.13-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:git@github.com:ch4mpy/spring-addons.git</developerConnection>
<url>https://github.com/ch4mpy/spring-addons</url>
<tag>spring-addons-7.1.12</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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples</groupId>
Expand Down
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.official</groupId>
<artifactId>bff-official-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-gateway-official</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.samples.tutorials.bff.official</groupId>
<artifactId>bff-official-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-greeting-api-official</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorials/bff/backend/official/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-backend-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples.tutorials.bff.official</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorials/bff/backend/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-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-backend-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorials/bff/backend/with-c4-soft/bff-c4/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.with-c4-soft</groupId>
<artifactId>bff-c4-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-gateway-c4</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.samples.tutorials.bff.with-c4-soft</groupId>
<artifactId>bff-c4-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff-greeting-api-c4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorials/bff/backend/with-c4-soft/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-backend-parent</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples.tutorials.bff.with-c4-soft</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples.tutorials.bff</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.c4-soft.springaddons.samples.tutorials</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>reactive-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>reactive-resource-server</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.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_multitenant_dynamic</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.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_additional-header</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.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_introspection</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.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_oauthentication</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.samples.tutorials</groupId>
<artifactId>tutorials</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_specialized_oauthentication</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resource-server_with_ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>servlet-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>servlet-resource-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webflux-jwt-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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webflux-jwt-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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webmvc-introspecting-default/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webmvc-introspecting-oauthentication/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webmvc-jwt-default-jpa-authorities/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webmvc-jwt-default/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/webmvc-jwt-oauthentication/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-addons-oauth2-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-oauth2-test</artifactId>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
<url>https://github.com/ch4mpy/spring-addons</url>
<tag>spring-addons-7.1.12</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spring-addons-oauth2/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-oauth2</artifactId>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
<url>https://github.com/ch4mpy/spring-addons</url>
<tag>spring-addons-7.1.12</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spring-addons-starter-oidc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-starter-oidc-test</artifactId>
Expand All @@ -13,7 +13,7 @@
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
<url>https://github.com/ch4mpy/spring-addons</url>
<tag>spring-addons-7.1.12</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spring-addons-starter-oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.c4-soft.springaddons</groupId>
<artifactId>spring-addons</artifactId>
<version>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-addons-starter-oidc</artifactId>
Expand All @@ -13,7 +13,7 @@
<connection>scm:git:git://github.com/ch4mpy/spring-addons.git</connection>
<developerConnection>scm:git:git@github.com:ch4mpy/spring-addons.git</developerConnection>
<url>https://github.com/ch4mpy/spring-addons</url>
<tag>spring-addons-7.1.12</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion starters/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>7.1.12</version>
<version>7.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>starters</artifactId>
Expand Down
Loading

0 comments on commit 028b2d3

Please sign in to comment.