Skip to content

Commit 4f1acfd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0d5f86f commit 4f1acfd

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

afterburner/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
6+
<version>2.9.3-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-module-afterburner</artifactId>
99
<name>Jackson module: Afterburner</name>

guice/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
7+
<version>2.9.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-guice</artifactId>
1010
<name>Jackson module: Guice</name>

jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
7+
<version>2.9.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-jaxb-annotations</artifactId>
1010
<name>Jackson module: JAXB Annotations</name>

mrbean/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
7+
<version>2.9.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-mrbean</artifactId>
1010
<name>Jackson module: Mr Bean</name>

osgi/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
7+
<version>2.9.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-osgi</artifactId>
1010
<packaging>bundle</packaging>

paranamer/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
7+
<version>2.9.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-module-paranamer</artifactId>
1010
<name>Jackson module: Paranamer</name>

pom.xml

Lines changed: 2 additions & 2 deletions
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.9.2</version>
11+
<version>2.9.3-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.
@@ -28,7 +28,7 @@ not datatype, data format, or JAX-RS provider modules.
2828
<connection>scm:git:[email protected]:FasterXML/jackson-modules-base.git</connection>
2929
<developerConnection>scm:git:[email protected]:FasterXML/jackson-modules-base.git</developerConnection>
3030
<url>http://github.com/FasterXML/jackson-modules-base</url>
31-
<tag>jackson-modules-base-2.9.2</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333
<issueManagement>
3434
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>

0 commit comments

Comments
 (0)