Skip to content

Commit 3760d3d

Browse files
committed
Prep for 3.0.1 release
1 parent e8a8f4f commit 3760d3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tools.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>3.0.1-SNAPSHOT</version>
11+
<version>3.0.1</version>
1212
</parent>
1313
<groupId>tools.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Former maintainers:
2222
=== Releases ===
2323
------------------------------------------------------------------------
2424

25+
3.0.1 (21-Oct-2025)
26+
27+
No changes since 3.0.0
28+
2529
3.0.0 (03-Oct-2025)
2630

2731
#952: The `isRequired` result from `kotlin-module` no longer overrides the result from

0 commit comments

Comments
 (0)