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 0e0c7ef commit 63ac1c4Copy full SHA for 63ac1c4
pom.xml
@@ -8,9 +8,8 @@
8
<parent>
9
<groupId>tools.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>3.0.0-rc10-SNAPSHOT</version>
+ <version>3.0.0-rc10</version>
12
</parent>
13
-
14
<groupId>tools.jackson.core</groupId>
15
<artifactId>jackson-core</artifactId>
16
<name>Jackson-core</name>
release-notes/VERSION
@@ -15,6 +15,10 @@ JSON library.
=== Releases ===
------------------------------------------------------------------------
17
18
+3.0.0-rc10 (19-Sep-2025)
19
+
20
+No changes since 3.0.0-rc9
21
22
3.0.0-rc9 (05-Sep-2025)
23
24
#1463: Remove `URL` taking factory methods of `JsonFactory` (3.0)
0 commit comments