Skip to content

Commit

Permalink
release 5.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
xipki committed Feb 12, 2022
1 parent 57f9010 commit 67daad4
Show file tree
Hide file tree
Showing 51 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion assemblies/features/cli/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/qa/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>qa</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-ca/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>xipki-ca</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-cli/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>xipki-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-dbtool/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>xipki-dbtool</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-ocsp/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>xipki-ocsp</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-p11proxy/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>xipki-p11proxy</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-qa/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>xipki-qa</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion audit/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<packaging>bundle</packaging>
<artifactId>audit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ca-api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ca-api</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-mgmt-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ca-mgmt-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ca-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-servlet/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ca-servlet</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion certprofile-xijson/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>certprofile-xijson</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cmpclient/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>cmpclient</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datasource/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<packaging>bundle</packaging>
<artifactId>datasource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dbtool/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>dbtool</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/certprofile-example/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>certprofile-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/dummy-ctlog-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>dummy-ctlog-server</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/license-example/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>license-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/lite-caclient-example/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>lite-caclient-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/ocsp-store-example-assembly/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-store-example-assembly</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/ocsp-store-example/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-store-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/scep-example/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>scep-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion license-api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>license-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-client</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-mgmt-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-mgmt-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-servlet/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-servlet</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion p11proxy-servlet/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>p11proxy-servlet</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion password/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>password</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<packaging>pom</packaging>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
<name>XiPKI :: ${project.artifactId}</name>
<description>XiPKI Parent</description>
<url>http://xipki.org</url>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>qa</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scep-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>scep-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion security-extra/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>security-extra</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>security</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shells/ca-mgmt-shell/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.shell</groupId>
<artifactId>shells</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ca-mgmt-shell</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shells/cmpclient-shell/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.shell</groupId>
<artifactId>shells</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>cmpclient-shell</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shells/dbtool-shell/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.shell</groupId>
<artifactId>shells</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>dbtool-shell</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shells/ocsp-client-shell/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.shell</groupId>
<artifactId>shells</artifactId>
<version>5.3.15-SNAPSHOT</version>
<version>5.3.15</version>
</parent>
<artifactId>ocsp-client-shell</artifactId>
<packaging>bundle</packaging>
Expand Down

0 comments on commit 67daad4

Please sign in to comment.