Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
release v6.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xipki committed Apr 29, 2023
1 parent 1c51e32 commit cd705b4
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 14 deletions.
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

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

## 6.2.1
- Release date: XX XX, 2023
## 6.3.1
- Release date: 2023/mm/dd
- audit
- N/A
- audit-extra
Expand All @@ -18,3 +18,30 @@ See also <https://github.com/xipki/xipki/releases>
- N/A
- xipki-tomcat-password
- N/A
- Dependencies
- N/A

## 6.3.0
- Release date: 2023/04/29
- audit
- change groupId: org.xipki -> org.xipki.commons
- audit-extra
- change groupId: org.xipki -> org.xipki.commons
- close the datasource when shut down the DatabaseMacAuditService.
- datasource
- change groupId: org.xipki -> org.xipki.commons
- ScriptRunner: better print and error handling.
- password
- change groupId: org.xipki -> org.xipki.commons
- security
- change groupId: org.xipki -> org.xipki.commons
- NativeP11Slot: throws TokenException instead NullPointException.
- NativeP11Module: allow the specification of vendor's CKU and CKM.
- util
- change groupId: org.xipki -> org.xipki.commons
- xipki-tomcat-password
- change groupId: org.xipki -> org.xipki.commons
- Dependencies
- ipkcs11wrapper: 1.0.4 --> 1.0.5
- bouncycastle: 1.72 --> 1.73
## 6.2.0 (as in [xipki/xipki/CHANGELOG.md](https://github.com/xipki/xipki/blob/master/CHANGELOG.md))
2 changes: 1 addition & 1 deletion audit-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<packaging>bundle</packaging>
<artifactId>audit-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<packaging>bundle</packaging>
<artifactId>audit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<packaging>bundle</packaging>
<artifactId>datasource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion password/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<packaging>bundle</packaging>
<artifactId>password</artifactId>
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.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<packaging>pom</packaging>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</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>
<bc.version>1.73</bc.version>
<slf4j.version>1.7.32</slf4j.version>
<pkcs11wrapper.version>1.0.5-SNAPSHOT</pkcs11wrapper.version>
<pkcs11wrapper.version>1.0.5</pkcs11wrapper.version>
<hikaricp.version>4.0.3</hikaricp.version>
<gson.version>2.10.1</gson.version>
<karaf.version>4.4.3</karaf.version>
Expand Down
2 changes: 1 addition & 1 deletion security-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<artifactId>security-shell</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<artifactId>security</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shell-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<artifactId>shell-base</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<packaging>bundle</packaging>
<artifactId>util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xipki-tomcat-password/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.commons</groupId>
<artifactId>xipki-commons-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<artifactId>xipki-tomcat-password</artifactId>
<dependencies>
Expand Down

0 comments on commit cd705b4

Please sign in to comment.