Skip to content

Commit

Permalink
Merge pull request #1786 from /issues/1784-version-1.9.1
Browse files Browse the repository at this point in the history
Fix #1784: Set release version to 1.9.1
  • Loading branch information
banterCZ authored Nov 21, 2024
2 parents 9256c7f + 0fadd05 commit 62078a8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-client-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-fido2-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

<artifactId>powerauth-fido2-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-fido2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-rest-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 62078a8

Please sign in to comment.