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 Nov 29, 2020
1 parent 762dddd commit 7e5afd2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion afterburner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-afterburner</artifactId>
<name>Jackson module: Afterburner</name>
Expand Down
2 changes: 1 addition & 1 deletion blackbird/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-blackbird</artifactId>
<name>Jackson module: Blackbird</name>
Expand Down
2 changes: 1 addition & 1 deletion guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-guice</artifactId>
<name>Jackson module: Guice</name>
Expand Down
2 changes: 1 addition & 1 deletion jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<name>Jackson module: JAXB Annotations</name>
Expand Down
2 changes: 1 addition & 1 deletion mrbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-mrbean</artifactId>
<name>Jackson module: Mr Bean</name>
Expand Down
2 changes: 1 addition & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-osgi</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion paranamer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.0</version>
<version>2.12.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-paranamer</artifactId>
<name>Jackson module: Paranamer</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<name>Jackson modules: Base</name>
<version>2.12.0</version>
<version>2.12.1-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 All @@ -29,7 +29,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>http://github.com/FasterXML/jackson-modules-base</url>
<tag>jackson-modules-base-2.12.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>
Expand Down

0 comments on commit 7e5afd2

Please sign in to comment.