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 f8b805d commit 6556897Copy full SHA for 6556897
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>tools.jackson</groupId>
6
<artifactId>jackson-base</artifactId>
7
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
8
</parent>
9
<groupId>tools.jackson.jakarta.rs</groupId>
10
<artifactId>jackson-jakarta-rs-providers</artifactId>
release-notes/VERSION
@@ -10,6 +10,10 @@ Sub-modules:
=== Releases ===
11
------------------------------------------------------------------------
12
13
+3.0.2 (07-Nov-2025)
14
+
15
+No changes since 3.0.1
16
17
3.0.1 (21-Oct-2025)
18
19
#57: Fix ServiceLoader manifests due to 3.0 package changes
0 commit comments