Skip to content

Commit c53ed35

Browse files
committedOct 11, 2021
release 1.0.6
1 parent 5383deb commit c53ed35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎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.6-SNAPSHOT</version>
24+
<version>1.0.6</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.6-SNAPSHOT</version>
29+
<version>1.0.6</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.6-SNAPSHOT</version>
24+
<version>1.0.6</version>
2525
</parent>
2626
<artifactId>tlskeys-example</artifactId>
2727
<packaging>pom</packaging>

0 commit comments

Comments
 (0)
Please sign in to comment.