We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4199f0 commit bc81dd9Copy full SHA for bc81dd9
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>tools.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1</version>
7
</parent>
8
<groupId>tools.jackson.datatype</groupId>
9
<artifactId>jackson-datatypes-misc-parent</artifactId>
release-notes/VERSION
@@ -13,6 +13,10 @@ Modules:
13
=== Releases ===
14
------------------------------------------------------------------------
15
16
+3.0.1 (21-Oct-2025)
17
+
18
+No changes since 3.0.0
19
20
3.0.0 (03-Oct-2025)
21
22
#52: Change 3.0 to use `module-info.java` directly [JSTEP-11]
0 commit comments