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 045fc14 commit b2b701cCopy full SHA for b2b701c
2 files changed
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>com.fasterxml.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>2.14.0-rc2-SNAPSHOT</version>
+ <version>2.14.0-rc2</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.14.0-rc2 (not yet released)
+2.14.0-rc2 (10-Oct-2022)
8
#1980: Add method(s) in `JsonNode` that works like combination of `at()`
and `with()`: `withObject(...)` and `withArray(...)`
0 commit comments