Skip to content

Commit 31fd1e0

Browse files
1711: Post SAPIG 5.0.0 Clean Up (#266)
* 1711: Bump parent version * 1711: Add in revision
1 parent 22c1e2d commit 31fd1e0

File tree

6 files changed

+9
-9
lines changed
  • secure-api-gateway-ob-uk-common-bom
  • secure-api-gateway-ob-uk-common-datamodel
  • secure-api-gateway-ob-uk-common-error
  • secure-api-gateway-ob-uk-common-obie-datamodel
  • secure-api-gateway-ob-uk-common-shared

6 files changed

+9
-9
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>com.forgerock.sapi.gateway</groupId>
2323
<artifactId>secure-api-gateway-parent</artifactId>
24-
<version>5.0.0</version>
24+
<version>5.0.1-SNAPSHOT</version>
2525
</parent>
2626
<groupId>com.forgerock.sapi.gateway</groupId>
2727
<artifactId>secure-api-gateway-ob-uk-common</artifactId>
28-
<version>5.0.1-SNAPSHOT</version>
28+
<version>${revision}</version>
2929
<packaging>pom</packaging>
3030
<name>Secure API Gateway common and shared libraries for Open Banking UK specs</name>
3131
<url>https://github.com/SecureApiGateway/secure-api-gateway-ob-uk-common</url>
@@ -48,7 +48,7 @@
4848
<!-- Plugin versions -->
4949
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
5050
<!-- Artifact versions -->
51-
<revision>4.0.4-SNAPSHOT</revision>
51+
<revision>5.0.1-SNAPSHOT</revision>
5252
</properties>
5353
<repositories>
5454
<repository>

secure-api-gateway-ob-uk-common-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>com.forgerock.sapi.gateway</groupId>
2323
<artifactId>secure-api-gateway-ob-uk-common-bom</artifactId>
2424
<packaging>pom</packaging>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>${revision}</version>
2626
<name>secure-api-gateway-ob-uk-common-bom</name>
2727

2828
<description>
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>com.forgerock.sapi.gateway</groupId>
4949
<artifactId>secure-api-gateway-ob-uk-common</artifactId>
50-
<version>5.0.1-SNAPSHOT</version>
50+
<version>${revision}</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

secure-api-gateway-ob-uk-common-datamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.forgerock.sapi.gateway</groupId>
3232
<artifactId>secure-api-gateway-ob-uk-common</artifactId>
33-
<version>5.0.1-SNAPSHOT</version>
33+
<version>${revision}</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

secure-api-gateway-ob-uk-common-error/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.forgerock.sapi.gateway</groupId>
3232
<artifactId>secure-api-gateway-ob-uk-common</artifactId>
33-
<version>5.0.1-SNAPSHOT</version>
33+
<version>${revision}</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

secure-api-gateway-ob-uk-common-obie-datamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>com.forgerock.sapi.gateway</groupId>
3737
<artifactId>secure-api-gateway-ob-uk-common</artifactId>
38-
<version>5.0.1-SNAPSHOT</version>
38+
<version>${revision}</version>
3939
<relativePath>../pom.xml</relativePath>
4040
</parent>
4141

secure-api-gateway-ob-uk-common-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.forgerock.sapi.gateway</groupId>
3232
<artifactId>secure-api-gateway-ob-uk-common</artifactId>
33-
<version>5.0.1-SNAPSHOT</version>
33+
<version>${revision}</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

0 commit comments

Comments
 (0)