Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
- Bumped latest dependencies version
- Upgrade version to 1.3.0
  • Loading branch information
jorgesanchezperez committed Dec 15, 2021
1 parent b24794f commit eac61a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion forgerock-openbanking-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-starter-auth</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Reference Implementation - auths</name>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-starter-auth</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-starter-parent</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
<relativePath />
</parent>

Expand All @@ -47,8 +47,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<ob-clients.version>1.2.14</ob-clients.version>
<ob-common.version>1.2.14</ob-common.version>
<ob-clients.version>1.3.0</ob-clients.version>
<ob-common.version>1.3.0</ob-common.version>
</properties>

<modules>
Expand Down

0 comments on commit eac61a9

Please sign in to comment.