Skip to content

Commit

Permalink
release 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xipki committed Dec 13, 2023
1 parent bf7357d commit cffec64
Show file tree
Hide file tree
Showing 63 changed files with 69 additions and 64 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

See also <https://github.com/xipki/xipki/releases>

## 6.5.3
- Release date: 202y/mm/dd

## 6.5.2
- Release date: 2023/mm/dd
- Release date: 2023/12/13
- All Components
- Add script to customize host and port of tomcat instances, passwords, etc.
- Audit: use Map<String, String> instead String to configure audit.
Expand All @@ -12,6 +15,8 @@ See also <https://github.com/xipki/xipki/releases>
- MGMT-CLI (Management Client)
- Add demo scripts.
- Command ca:ca-info: prints also the associated publishers, profiles and requestors.
- Dependencies
- dnsjava: 3.5.2 -> 3.5.3

## 6.5.1
- Release date: 2023/12/02
Expand Down
2 changes: 1 addition & 1 deletion assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-ca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-ca</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-gateway</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-hsmproxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-hsmproxy</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-mgmt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-mgmt-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-ocsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-ocsp</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-qa</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ if { "$printUsage" equals "true" } then {
xi:exec $[tomcat.java.home] '/tmp/xipki/ocsp-tomcat/bin/shutdown.sh'
xi:exec $[tomcat.java.home] '/tmp/xipki/gateway-tomcat/bin/shutdown.sh'

}
}
2 changes: 1 addition & 1 deletion assemblies/xipki-setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>xipki-setup</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ca-api</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/cmp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>cmp-client</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/cmp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>cmp-core</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/gateway-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>gateway-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>gateway</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/scep-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>scep-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/scep-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>scep-core</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-mgmt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ca-mgmt-api</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-mgmt-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ca-mgmt-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-mgmt-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ca-mgmt-db</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ca-sdk</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ca-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion certprofile-xijson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>certprofile-xijson</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/certprofile-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>certprofile-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/dummy-crl-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>dummy-crl-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/dummy-ctlog-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>dummy-ctlog-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/license-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>license-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/ocsp-store-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ocsp-store-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hsmproxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>hsmproxy</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karaf-features/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karaf-features/mgmt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>mgmt-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karaf-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion karaf-features/qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>qa</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion license-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>license-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ocsp-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ocsp-client</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ocsp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>ocsp-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pki-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
</parent>
<artifactId>pki-common</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<packaging>pom</packaging>
<version>6.5.2-SNAPSHOT</version>
<version>6.5.2</version>
<name>XiPKI :: ${project.artifactId}</name>
<description>XiPKI Parent</description>
<url>http://xipki.org</url>
Expand All @@ -31,7 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipDeploy>false</skipDeploy>
<xipki.tools.version>1.0.11</xipki.tools.version>
<xipki.commons.version>6.3.3-SNAPSHOT</xipki.commons.version>
<xipki.commons.version>6.3.3</xipki.commons.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
<jakarta.servlet.version>5.0.0</jakarta.servlet.version>
<karaf.version>4.4.4</karaf.version>
Expand Down
Loading

0 comments on commit cffec64

Please sign in to comment.