We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b780e commit e65a487Copy full SHA for e65a487
2 files changed
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.module</groupId>
9
<artifactId>jackson-modules-base</artifactId>
release-notes/VERSION
@@ -22,6 +22,10 @@ Active maintainers:
22
=== Releases ===
23
------------------------------------------------------------------------
24
25
+3.0.1 (21-Oct-2025)
26
+
27
+No changes since 3.0.0
28
29
3.0.0 (03-Oct-2025)
30
31
#26: Improve handling of parent class loader for generated classes
0 commit comments