Skip to content

Commit 7c89130

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ec5ccfb commit 7c89130

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.9.6</version>
7+
<version>2.9.7-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
@@ -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.9.6</version>
11+
<version>2.9.7-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
1414
</description>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:[email protected]:FasterXML/jackson-dataformats-text.git</connection>
2525
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformats-text.git</developerConnection>
2626
<url>http://github.com/FasterXML/jackson-dataformats-text</url>
27-
<tag>2.9.6-b</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929
<issueManagement>
3030
<url>https://github.com/FasterXML/jackson-dataformats-text/issues</url>

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.9.6</version>
7+
<version>2.9.7-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.9.6</version>
7+
<version>2.9.7-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-yaml</artifactId>
1010
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)