Skip to content

Commit 4a22d22

Browse files
1604: Add revision back into pom.xml files (#243)
1 parent 7543495 commit 4a22d22

File tree

6 files changed

+8
-8
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

+8
-8
lines changed

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</artifactId>
2424
<packaging>pom</packaging>
25-
<version>4.0.1-SNAPSHOT</version>
25+
<version>${revision}</version>
2626
<name>Secure API Gateway common and shared libraries for Open Banking UK specs</name>
2727
<url>https://github.com/SecureApiGateway/secure-api-gateway-ob-uk-common</url>
2828

@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<!-- Artifact versions -->
37-
<revision>4.0.0-SNAPSHOT</revision>
37+
<revision>4.0.1-SNAPSHOT</revision>
3838
<!-- Third Party versions -->
3939
<java.version>17</java.version>
4040
<!-- Plugin versions -->

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>4.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>4.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>4.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>4.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>4.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>4.0.1-SNAPSHOT</version>
33+
<version>${revision}</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

0 commit comments

Comments
 (0)