This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new fd65944a5e [RELEASE] JDKIM 0.5 release materials
fd65944a5e is described below
commit fd65944a5e5277fab4d7c76c7e07516bda2d9757
Author: Rene Cordier <[email protected]>
AuthorDate: Wed May 21 14:51:20 2025 +0700
[RELEASE] JDKIM 0.5 release materials
---
src/homepage/_posts/2025-05-21-jdKim0.5.markdown | 16 ++++++++++++++++
src/site/xdoc/download.xml | 16 ++++++++--------
2 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/src/homepage/_posts/2025-05-21-jdKim0.5.markdown
b/src/homepage/_posts/2025-05-21-jdKim0.5.markdown
new file mode 100644
index 0000000000..49e24478d8
--- /dev/null
+++ b/src/homepage/_posts/2025-05-21-jdKim0.5.markdown
@@ -0,0 +1,16 @@
+---
+layout: post
+title: "Apache James jDKIM 0.5"
+date: 2025-05-21 16:43:22 +0700
+categories: james update
+---
+
+The Apache James Project is happy to announce
+the release of version 0.5 of the Apache James jDKIM library.
+
+jDKIM is a DKIM implementation library written in Java. It provides
+both verification and signing.
+
+This release makes various libraries updates, code fixes and enhancements.
+
+The Apache James PMC would like to thanks all contributors who made this
release possible!
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 0205ce1486..c56272a05c 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -243,12 +243,12 @@
<section name="Apache jDKIM">
- <p>Apache James jDKIM 0.4 is the latest jDKIM stable version.</p>
+ <p>Apache James jDKIM 0.5 is the latest jDKIM stable version.</p>
<p>Sources:
- <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-project-0.4-source-release.zip">(Zip)</a>
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.4-source-release.zip.sha512">SHA-512</a>]
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.4-source-release.zip.asc">PGP</a>]
+ <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-project-0.5-source-release.zip">(Zip)</a>
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.5-source-release.zip.sha512">SHA-512</a>]
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.5-source-release.zip.asc">PGP</a>]
</p>
<p>You can directly use it with maven:</p>
@@ -258,15 +258,15 @@
<dependency>
<groupId>org.apache.james.jdkim</groupId>
<artifactId>apache-jdkim</artifactId>
- <version>0.4</version>
+ <version>0.5</version>
</dependency>
</code>
</pre>
<p>Direct download link:
- <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-0.4-bin.zip">(Zip)</a>
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.4-bin.zip.sha512">SHA-512</a>]
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.4-bin.zip.asc">PGP</a>]
+ <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-0.5-bin.zip">(Zip)</a>
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.5-bin.zip.sha512">SHA-512</a>]
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.5-bin.zip.asc">PGP</a>]
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]