Skip to content

Commit 517f77d

Browse files
committed
Update version to 0.24.4
1 parent edfdf97 commit 517f77d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>io.getlime.security</groupId>
2828
<artifactId>powerauth-server-parent</artifactId>
29-
<version>0.22.4-SNAPSHOT</version>
29+
<version>0.22.4</version>
3030
<packaging>pom</packaging>
3131

3232
<parent>

powerauth-java-client-axis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<artifactId>powerauth-java-client-axis</artifactId>
25-
<version>0.22.4-SNAPSHOT</version>
25+
<version>0.22.4</version>
2626
<name>powerauth-java-client-axis</name>
2727
<description>PowerAuth Server SOAP Service Client - Axis</description>
2828

2929
<parent>
3030
<groupId>io.getlime.security</groupId>
3131
<artifactId>powerauth-server-parent</artifactId>
32-
<version>0.22.4-SNAPSHOT</version>
32+
<version>0.22.4</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

powerauth-java-client-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<artifactId>powerauth-java-client-spring</artifactId>
25-
<version>0.22.4-SNAPSHOT</version>
25+
<version>0.22.4</version>
2626
<name>powerauth-java-client-spring</name>
2727
<description>PowerAuth Server SOAP Service Client</description>
2828

2929
<parent>
3030
<groupId>io.getlime.security</groupId>
3131
<artifactId>powerauth-server-parent</artifactId>
32-
<version>0.22.4-SNAPSHOT</version>
32+
<version>0.22.4</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

powerauth-java-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<name>powerauth-java-server</name>
2525
<description>PowerAuth Server</description>
2626
<artifactId>powerauth-java-server</artifactId>
27-
<version>0.22.4-SNAPSHOT</version>
27+
<version>0.22.4</version>
2828
<packaging>war</packaging>
2929

3030
<parent>
3131
<groupId>io.getlime.security</groupId>
3232
<artifactId>powerauth-server-parent</artifactId>
33-
<version>0.22.4-SNAPSHOT</version>
33+
<version>0.22.4</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

0 commit comments

Comments
 (0)