Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-modules-base-2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 3, 2021
1 parent a7eee60 commit 457dd85
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
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</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.12.2-SNAPSHOT</version>
<version>2.12.2</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.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<artifactId>jackson-module-guice</artifactId>
<name>Jackson module: Guice</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.12.2-SNAPSHOT</version>
<version>2.12.2</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
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<artifactId>jackson-module-mrbean</artifactId>
<name>Jackson module: Mr Bean</name>
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.12.2-SNAPSHOT</version>
<version>2.12.2</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.12.2-SNAPSHOT</version>
<version>2.12.2</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.12.2-SNAPSHOT</version>
<version>2.12.2</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>HEAD</tag>
<tag>jackson-modules-base-2.12.2</tag>
</scm>
<issueManagement>
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>
Expand Down

0 comments on commit 457dd85

Please sign in to comment.