Skip to content

Commit 0d5ce5e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8d27c08 commit 0d5ce5e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

csv/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.14.0-rc1</version>
12+
<version>2.14.0-rc2-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-csv</artifactId>
1515
<name>Jackson-dataformat-CSV</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>
1010
<name>Jackson dataformats: Text</name>
11-
<version>2.14.0-rc1</version>
11+
<version>2.14.0-rc2-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
1414
</description>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:[email protected]:FasterXML/jackson-dataformats-text.git</connection>
3434
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformats-text.git</developerConnection>
3535
<url>https://github.com/FasterXML/jackson-dataformats-text</url>
36-
<tag>jackson-dataformats-text-2.14.0-rc1</tag>
36+
<tag>HEAD</tag>
3737
</scm>
3838
<issueManagement>
3939
<url>https://github.com/FasterXML/jackson-dataformats-text/issues</url>

properties/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.14.0-rc1</version>
12+
<version>2.14.0-rc2-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-properties</artifactId>
1515
<name>Jackson-dataformat-Properties</name>

toml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.14.0-rc1</version>
12+
<version>2.14.0-rc2-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-toml</artifactId>
1515
<packaging>bundle</packaging>

yaml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.14.0-rc1</version>
12+
<version>2.14.0-rc2-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-yaml</artifactId>
1515
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)