Skip to content

Commit

Permalink
1626: Revert back to revision and bump common, parent and revision to…
Browse files Browse the repository at this point in the history
… 4.0.4-SNAPSHOT (#283)
  • Loading branch information
shaunharrisonFR authored Dec 16, 2024
1 parent 5501ded commit 4313e0a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-parent</artifactId>
<version>4.0.0</version>
<version>4.0.4-SNAPSHOT</version>
</parent>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-rcs</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>${revision}</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 All @@ -45,15 +45,15 @@
<properties>
<!-- Plugin versions -->
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<revision>4.0.1-SNAPSHOT</revision>
<revision>4.0.4-SNAPSHOT</revision>
</properties>
<dependencyManagement>
<dependencies>
<!-- ForgeRock BOM (Bill of Material)-->
<dependency>
<groupId>com.forgerock.sapi.gateway</groupId>
<artifactId>secure-api-gateway-ob-uk-common-bom</artifactId>
<version>4.0.3</version>
<version>4.0.4-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</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>4.0.4-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4313e0a

Please sign in to comment.