Skip to content

Commit 131fda0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 37d8fbe commit 131fda0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

afterburner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.module</groupId>
55
<artifactId>jackson-modules-base</artifactId>
6-
<version>2.7.5</version>
6+
<version>2.7.6-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-module-afterburner</artifactId>
99
<name>Jackson module: Afterburner</name>

guice/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-base</artifactId>
7-
<version>2.7.5</version>
7+
<version>2.7.6-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-guice</artifactId>
1010
<name>Jackson module: Guice</name>

mrbean/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-base</artifactId>
7-
<version>2.7.5</version>
7+
<version>2.7.6-SNAPSHOT</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.module</groupId>
1010
<artifactId>jackson-module-mrbean</artifactId>

osgi/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-base</artifactId>
7-
<version>2.7.5</version>
7+
<version>2.7.6-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-osgi</artifactId>
1010
<packaging>bundle</packaging>

paranamer/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-base</artifactId>
7-
<version>2.7.5</version>
7+
<version>2.7.6-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-paranamer</artifactId>
1010
<name>Jackson module: Paranamer</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-base</artifactId>
1010
<name>Jackson modules: Base</name>
11-
<version>2.7.5</version>
11+
<version>2.7.6-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson "base" modules: modules that build directly on databind, and are
1414
not datatype, data format, or JAX-RS provider modules.
@@ -27,7 +27,7 @@ not datatype, data format, or JAX-RS provider modules.
2727
<connection>scm:git:[email protected]:FasterXML/jackson-modules-base.git</connection>
2828
<developerConnection>scm:git:[email protected]:FasterXML/jackson-modules-base.git</developerConnection>
2929
<url>http://github.com/FasterXML/jackson-modules-base</url>
30-
<tag>jackson-modules-base-2.7.5</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232
<issueManagement>
3333
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>

0 commit comments

Comments
 (0)