Skip to content

Commit ad40dd4

Browse files
committedApr 24, 2023
release 1.0.8
1 parent 64874d6 commit ad40dd4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎app-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.xipki.tools</groupId>
2323
<artifactId>tools-parent</artifactId>
24-
<version>1.0.8-SNAPSHOT</version>
24+
<version>1.0.8</version>
2525
</parent>
2626
<artifactId>app-package</artifactId>
2727
<name>XiPKI tools :: ${project.artifactId}</name>

‎patch-karaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.xipki.tools</groupId>
2323
<artifactId>tools-parent</artifactId>
24-
<version>1.0.8-SNAPSHOT</version>
24+
<version>1.0.8</version>
2525
</parent>
2626
<packaging>bundle</packaging>
2727
<artifactId>patch-karaf</artifactId>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>org.xipki.tools</groupId>
2727
<artifactId>tools-parent</artifactId>
2828
<packaging>pom</packaging>
29-
<version>1.0.8-SNAPSHOT</version>
29+
<version>1.0.8</version>
3030
<name>XiPKI Tools :: ${project.artifactId}</name>
3131
<description>XiPKI tools parent</description>
3232
<url>http://xipki.org</url>

‎tlskeys-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.xipki.tools</groupId>
2323
<artifactId>tools-parent</artifactId>
24-
<version>1.0.8-SNAPSHOT</version>
24+
<version>1.0.8</version>
2525
</parent>
2626
<artifactId>tlskeys-example</artifactId>
2727
<packaging>pom</packaging>

0 commit comments

Comments
 (0)
Please sign in to comment.