From fe7b42529d725abfd18e8000aae2196760cf56a1 Mon Sep 17 00:00:00 2001 From: Jing Tao Date: Wed, 19 Aug 2026 09:49:59 -0700 Subject: [PATCH 1/2] Bump d1_common_java to 2.5.1. Bump d1_libclient_java to 2.4.1. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 808c0c66..0b49274d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ org.dataone d1_libclient_java jar - 2.4.0 + 2.4.1 DataONE Java Client Library http://dataone.org UTF-8 1.84 - 2.5.0 + 2.5.1 2.4.0 25 From 5a6fdb26a298b8aa6c453b0a9c4a1f94aa4f2581 Mon Sep 17 00:00:00 2001 From: Jing Tao Date: Wed, 19 Aug 2026 10:03:28 -0700 Subject: [PATCH 2/2] Added release 2.4.1 in the release note. --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 25e135f3..59f51044 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # d1_libclient_java Release Notes +## 2.4.1 (2026-08-19) + +- Intent: Deliver a patch release updating `d1_common_java` to version [2.5.1](https://github.com/DataONEorg/d1_common_java/releases/tag/2.5.1). + ## 2.4.0 (2026-07-06) - Intent: Deliver a modernization and maintenance release aligned with current Java runtimes and the current d1_common_java line.