Skip to content

Commit 81efd18

Browse files
authored
Merge pull request #11 from DataONEorg/task-10-release-2.4.1-prep
Task 10 release 2.4.1 prep
2 parents 049fda2 + 5a6fdb2 commit 81efd18

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# d1_libclient_java Release Notes
22

3+
## 2.4.1 (2026-08-19)
4+
5+
- 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).
6+
37
## 2.4.0 (2026-07-06)
48

59
- Intent: Deliver a modernization and maintenance release aligned with current Java runtimes and the current d1_common_java line.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<groupId>org.dataone</groupId>
66
<artifactId>d1_libclient_java</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.4.0</version>
8+
<version>2.4.1</version>
99
<name>DataONE Java Client Library</name>
1010
<url>http://dataone.org</url>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<bouncycastle.version>1.84</bouncycastle.version>
14-
<d1_common_java.version>2.5.0</d1_common_java.version>
14+
<d1_common_java.version>2.5.1</d1_common_java.version>
1515
<d1_test_resources.version>2.4.0</d1_test_resources.version>
1616
<maven.compiler.release>25</maven.compiler.release>
1717
</properties>

0 commit comments

Comments
 (0)