Skip to content

Commit

Permalink
Merge pull request #133 from OpenBankingToolkit/949-fix-latvian-tla-m…
Browse files Browse the repository at this point in the history
…apping

949 fix latvian tla mapping
  • Loading branch information
BohoCode authored Dec 14, 2022
2 parents 536cd98 + c53f5c6 commit b9ecccb
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.5.2-SNAPSHOT</version>
<version>1.5.3-SNAPSHOT</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.5.2-SNAPSHOT</version>
<version>1.5.3-SNAPSHOT</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.5.2-SNAPSHOT</version>
<version>1.5.3-SNAPSHOT</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.5.2-SNAPSHOT</version>
<version>1.5.3-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand All @@ -44,7 +44,7 @@
<url>http://www.forgerock.org</url>

<properties>
<ob-common.version>1.5.1</ob-common.version>
<ob-common.version>1.5.2</ob-common.version>
</properties>

<modules>
Expand Down

0 comments on commit b9ecccb

Please sign in to comment.