Skip to content

Commit edac662

Browse files
committed
Start 2.14 branch
1 parent 036cfb9 commit edac662

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.13.1-SNAPSHOT</version>
6+
<version>2.14.0-SNAPSHOT</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-modules-base</artifactId>
1010
<name>Jackson modules: Base</name>
11-
<version>2.13.1-SNAPSHOT</version>
11+
<version>2.14.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson "base" modules: modules that build directly on databind, and are
1414
not datatype, data format, or JAX-RS provider modules.

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Modules:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

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

1923
#130: Add Jakarta-variant of "JAXB" annotation introspector, module

0 commit comments

Comments
 (0)