We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac2eef commit 3b20d63Copy full SHA for 3b20d63
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>tools.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>3.0.0-rc2-SNAPSHOT</version>
+ <version>3.0.0-rc2</version>
13
</parent>
14
<groupId>tools.jackson.dataformat</groupId>
15
<artifactId>jackson-dataformat-xml</artifactId>
release-notes/VERSION
@@ -5,6 +5,10 @@ Version: 3.x (for earlier see VERSION-2.x)
5
=== Releases ===
6
------------------------------------------------------------------------
7
8
+3.0.0-rc2 (28-Mar-2025)
+
+No changes since rc1.
3.0.0-rc1 (07-Mar-2025)
#25: `ACCEPT_EMPTY_STRING_AS_NULL_OBJECT` not honored in xml module for attributes
0 commit comments