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 a3ded7b commit f085a3fCopy full SHA for f085a3f
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>com.fasterxml.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>2.15.0-rc1-SNAPSHOT</version>
+ <version>2.15.0-rc1</version>
13
</parent>
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
release-notes/VERSION-2.x
@@ -4,7 +4,7 @@ Project: jackson-databind
4
=== Releases ===
5
------------------------------------------------------------------------
6
7
-2.15.0 (not yet released)
+2.15.0-rc1 (18-Mar-2023)
8
#2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
existing "WRITE_ENUM_KEYS_USING_INDEX"#
0 commit comments