Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fropenbanking committed Jul 5, 2024
1 parent dfd416c commit bb2de21
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>secure-api-gateway-ob-uk-rcs</name>
<description>A UK Open Banking Remote Consent Service for the Secure API Gateway</description>
Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/SecureApiGateway/secure-api-gateway-ob-uk-rcs.git</url>
<tag>HEAD</tag>
<tag>v3.1.0</tag>
</scm>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion secure-api-gateway-ob-uk-rcs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion secure-api-gateway-ob-uk-rcs-cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion secure-api-gateway-ob-uk-rcs-consent-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs-consent-store</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>secure-api-gateway-ob-uk-rcs-consent-store-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs-consent-store</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>secure-api-gateway-ob-uk-rcs-consent-store-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs-consent-store</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>secure-api-gateway-ob-uk-rcs-consent-store-datamodel</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs-consent-store</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>secure-api-gateway-ob-uk-rcs-consent-store-repo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion secure-api-gateway-ob-uk-rcs-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit bb2de21

Please sign in to comment.