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 d12f228 commit 43f9c65Copy full SHA for 43f9c65
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.dataformat</groupId>
9
<artifactId>jackson-dataformats-binary</artifactId>
release-notes/VERSION
@@ -14,6 +14,10 @@ implementations)
14
=== Releases ===
15
------------------------------------------------------------------------
16
17
+3.0.1 (21-Oct-2025)
18
+
19
+No changes since 3.0.0
20
21
3.0.0 (03-Oct-2025)
22
23
#145: (avro) Add `AvroGenerator.Feature.ADD_NULL_AS_DEFAULT_VALUE_IN_SCHEMA` for
0 commit comments