Skip to content

Commit

Permalink
Release candidate: prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanhc committed Dec 15, 2021
1 parent 4e46116 commit c0e076a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion forgerock-openbanking-analytics-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking.clients</groupId>
<artifactId>forgerock-openbanking-reference-implementation-clients</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-analytics-webclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>forgerock-openbanking-reference-implementation-clients</artifactId>
<groupId>com.forgerock.openbanking.clients</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-jwkms-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking.clients</groupId>
<artifactId>forgerock-openbanking-reference-implementation-clients</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<name>ForgeRock OpenBanking Reference Implementation - Clients</name>
<groupId>com.forgerock.openbanking.clients</groupId>
<artifactId>forgerock-openbanking-reference-implementation-clients</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -99,7 +99,7 @@
<connection>scm:git:git@github.com:OpenBankingToolkit/openbanking-clients.git</connection>
<developerConnection>scm:git:git@github.com:OpenBankingToolkit/openbanking-clients.git</developerConnection>
<url>https://github.com/OpenBankingToolkit/openbanking-clients.git</url>
<tag>HEAD</tag>
<tag>1.3.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit c0e076a

Please sign in to comment.