Skip to content

Commit 248576e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3fe70c0 commit 248576e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

jr-all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.fasterxml.jackson.jr</groupId>
77
<artifactId>jackson-jr-parent</artifactId>
8-
<version>2.7.8</version>
8+
<version>2.7.9-SNAPSHOT</version>
99
</parent>
1010
<artifactId>jackson-jr-all</artifactId>
1111
<name>jackson-jr-all</name>

jr-objects/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.jr</groupId>
55
<artifactId>jackson-jr-parent</artifactId>
6-
<version>2.7.8</version>
6+
<version>2.7.9-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-jr-objects</artifactId>
99
<packaging>bundle</packaging>

jr-retrofit2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.jr</groupId>
55
<artifactId>jackson-jr-parent</artifactId>
6-
<version>2.7.8</version>
6+
<version>2.7.9-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-jr-retrofit2</artifactId>
99
<packaging>bundle</packaging>

jr-stree/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.jr</groupId>
55
<artifactId>jackson-jr-parent</artifactId>
6-
<version>2.7.8</version>
6+
<version>2.7.9-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-jr-stree</artifactId>
99
<packaging>bundle</packaging>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.jr</groupId>
99
<artifactId>jackson-jr-parent</artifactId>
1010
<name>Parent pom for Jackson jr components</name>
11-
<version>2.7.8</version>
11+
<version>2.7.9-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson jr components
1414
</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:[email protected]:FasterXML/jackson-jr.git</connection>
2626
<developerConnection>scm:git:[email protected]:FasterXML/jackson-jr.git</developerConnection>
2727
<url>http://github.com/FasterXML/jackson-jr</url>
28-
<tag>jackson-jr-parent-2.7.8</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<properties>

0 commit comments

Comments
 (0)