Skip to content

Commit 533e2f0

Browse files
committed
Start 2.14 branch
1 parent bc062c0 commit 533e2f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.13.1-SNAPSHOT</version>
11+
<version>2.14.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>2.13.1-SNAPSHOT</version>
16+
<version>2.14.0-SNAPSHOT</version>
1717
<packaging>bundle</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.14.0 (not yet released)
18+
19+
No changes since 2.13
20+
1721
2.13.0 (30-Sep-2021)
1822

1923
#652: Misleading exception for input source when processing byte buffer

0 commit comments

Comments
 (0)