Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 15, 2024
1 parent 3baa011 commit 695312a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion afterburner/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-afterburner</artifactId>
<name>Jackson module: Afterburner</name>
Expand Down
2 changes: 1 addition & 1 deletion blackbird/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-blackbird</artifactId>
<name>Jackson module: Blackbird</name>
Expand Down
2 changes: 1 addition & 1 deletion guice/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-guice</artifactId>
<name>Jackson module: Guice</name>
Expand Down
2 changes: 1 addition & 1 deletion jakarta-xmlbind/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<name>Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind)</name>
Expand Down
2 changes: 1 addition & 1 deletion jaxb/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<name>Jackson module: Old JAXB Annotations (javax.xml.bind)</name>
Expand Down
2 changes: 1 addition & 1 deletion mrbean/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-mrbean</artifactId>
<name>Jackson module: Mr Bean</name>
Expand Down
2 changes: 1 addition & 1 deletion no-ctor-deser/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion osgi/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-osgi</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion paranamer/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-paranamer</artifactId>
<name>Jackson module: Paranamer</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<name>Jackson modules: Base</name>
<version>2.15.4</version>
<version>2.15.5-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson "base" modules: modules that build directly on databind, and are
not datatype, data format, or JAX-RS provider modules.
Expand Down Expand Up @@ -40,7 +40,7 @@ not datatype, data format, or JAX-RS provider modules.
<connection>scm:git:git@github.com:FasterXML/jackson-modules-base.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-modules-base.git</developerConnection>
<url>https://github.com/FasterXML/jackson-modules-base</url>
<tag>jackson-modules-base-2.15.4</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>
Expand Down

0 comments on commit 695312a

Please sign in to comment.