Skip to content

Commit b2b701c

Browse files
committed
Prepare for 2.14.0-rc2
1 parent 045fc14 commit b2b701c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.14.0-rc2-SNAPSHOT</version>
12+
<version>2.14.0-rc2</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.14.0-rc2 (not yet released)
7+
2.14.0-rc2 (10-Oct-2022)
88

99
#1980: Add method(s) in `JsonNode` that works like combination of `at()`
1010
and `with()`: `withObject(...)` and `withArray(...)`

0 commit comments

Comments
 (0)