Skip to content

Commit cf53b82

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 88fc32f commit cf53b82

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

datatypes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.module</groupId>
66
<artifactId>jackson-modules-java8</artifactId>
7-
<version>2.9.7</version>
7+
<version>2.9.8-SNAPSHOT</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-jdk8</artifactId>

datetime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.module</groupId>
66
<artifactId>jackson-modules-java8</artifactId>
7-
<version>2.9.7</version>
7+
<version>2.9.8-SNAPSHOT</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-jsr310</artifactId>

parameter-names/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.module</groupId>
66
<artifactId>jackson-modules-java8</artifactId>
7-
<version>2.9.7</version>
7+
<version>2.9.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-parameter-names</artifactId>
1010
<name>Jackson-module-parameter-names</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-modules-java8</artifactId>
1010
<name>Jackson modules: Java 8</name>
11-
<version>2.9.7</version>
11+
<version>2.9.8-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson modules needed to support Java 8 features and types
1414
</description>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:[email protected]:FasterXML/jackson-modules-java8.git</connection>
2525
<developerConnection>scm:git:[email protected]:FasterXML/jackson-modules-java8.git</developerConnection>
2626
<url>http://github.com/FasterXML/jackson-modules-java8</url>
27-
<tag>jackson-modules-java8-2.9.7</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929
<issueManagement>
3030
<url>https://github.com/FasterXML/jackson-modules-java8/issues</url>

0 commit comments

Comments
 (0)