Skip to content

Commit b53d941

Browse files
committed
Start 2.12 branch
1 parent a2b3d2e commit b53d941

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717
branches:
1818
only:
1919
- master
20-
- "2.11"
20+
- "2.12"
2121

2222
# Below this line is configuration for deploying to the Sonatype OSS repo
2323
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/

csv/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.dataformat</groupId>
66
<artifactId>jackson-dataformats-text</artifactId>
7-
<version>2.11.1-SNAPSHOT</version>
7+
<version>2.12.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-csv</artifactId>
1010
<name>Jackson-dataformat-CSV</name>

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.11.1-SNAPSHOT</version>
6+
<version>2.12.0-SNAPSHOT</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>
1010
<name>Jackson dataformats: Text</name>
11-
<version>2.11.1-SNAPSHOT</version>
11+
<version>2.12.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
1414
</description>

properties/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.dataformat</groupId>
66
<artifactId>jackson-dataformats-text</artifactId>
7-
<version>2.11.1-SNAPSHOT</version>
7+
<version>2.12.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-properties</artifactId>
1010
<name>Jackson-dataformat-Properties</name>

yaml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.dataformat</groupId>
66
<artifactId>jackson-dataformats-text</artifactId>
7-
<version>2.11.1-SNAPSHOT</version>
7+
<version>2.12.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-yaml</artifactId>
1010
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)