Skip to content

Commit 24ed712

Browse files
committed
Start 2.14 branch
1 parent 9badd13 commit 24ed712

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7+
- "2.14"
78
- "2.13"
89
paths-ignore:
910
- "README.md"
1011
- "release-notes/*"
1112
pull_request:
1213
branches:
1314
- master
15+
- "2.14"
1416
paths-ignore:
1517
- "README.md"
1618
- "release-notes/*"

datatypes/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.module</groupId>
1111
<artifactId>jackson-modules-java8</artifactId>
12-
<version>2.13.1-SNAPSHOT</version>
12+
<version>2.14.0-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-jdk8</artifactId>

datetime/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.module</groupId>
1111
<artifactId>jackson-modules-java8</artifactId>
12-
<version>2.13.1-SNAPSHOT</version>
12+
<version>2.14.0-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-jsr310</artifactId>

parameter-names/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.module</groupId>
1111
<artifactId>jackson-modules-java8</artifactId>
12-
<version>2.13.1-SNAPSHOT</version>
12+
<version>2.14.0-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-parameter-names</artifactId>
1515
<name>Jackson-module-parameter-names</name>

pom.xml

Lines changed: 2 additions & 2 deletions
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-java8</artifactId>
1010
<name>Jackson modules: Java 8</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 modules needed to support Java 8 features and types
1414
</description>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Modules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

11+
2.14.0 (not yet released)
12+
13+
* No changes since 2.13
14+
1115
2.13.0 (30-Sep-2021)
1216

1317
#131: Deserializing ZonedDateTime with basic TZ offset notation (0000)

0 commit comments

Comments
 (0)