Skip to content

Commit 4c98d68

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fb11d23 commit 4c98d68

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

afterburner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.module</groupId>
1010
<artifactId>jackson-modules-base</artifactId>
11-
<version>2.14.2</version>
11+
<version>2.14.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-module-afterburner</artifactId>
1414
<name>Jackson module: Afterburner</name>

blackbird/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.module</groupId>
1010
<artifactId>jackson-modules-base</artifactId>
11-
<version>2.14.2</version>
11+
<version>2.14.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-module-blackbird</artifactId>
1414
<name>Jackson module: Blackbird</name>

guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.14.2</version>
12+
<version>2.14.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-guice</artifactId>
1515
<name>Jackson module: Guice</name>

jakarta-xmlbind/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.14.2</version>
12+
<version>2.14.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
1515
<name>Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind)</name>

jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.14.2</version>
12+
<version>2.14.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-jaxb-annotations</artifactId>
1515
<name>Jackson module: Old JAXB Annotations (javax.xml.bind)</name>

mrbean/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.14.2</version>
12+
<version>2.14.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-mrbean</artifactId>
1515
<name>Jackson module: Mr Bean</name>

no-ctor-deser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-modules-base</artifactId>
10-
<version>2.14.2</version>
10+
<version>2.14.3-SNAPSHOT</version>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
1313

osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.14.2</version>
12+
<version>2.14.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-osgi</artifactId>
1515
<packaging>bundle</packaging>

paranamer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.module</groupId>
1111
<artifactId>jackson-modules-base</artifactId>
12-
<version>2.14.2</version>
12+
<version>2.14.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-module-paranamer</artifactId>
1515
<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.14.2</version>
11+
<version>2.14.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.
@@ -40,7 +40,7 @@ not datatype, data format, or JAX-RS provider modules.
4040
<connection>scm:git:[email protected]:FasterXML/jackson-modules-base.git</connection>
4141
<developerConnection>scm:git:[email protected]:FasterXML/jackson-modules-base.git</developerConnection>
4242
<url>https://github.com/FasterXML/jackson-modules-base</url>
43-
<tag>jackson-modules-base-2.14.2</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545
<issueManagement>
4646
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>

0 commit comments

Comments
 (0)