Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-modules-base-2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 9, 2024
1 parent a0cbfed commit 757c09f
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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.16.2-SNAPSHOT</version>
<version>2.16.2</version>
</parent>
<artifactId>jackson-module-afterburner</artifactId>
<name>Jackson module: Afterburner</name>
Expand Down
2 changes: 1 addition & 1 deletion android-record/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.16.2-SNAPSHOT</version>
<version>2.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.16.2-SNAPSHOT</version>
<version>2.16.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.16.2-SNAPSHOT</version>
<version>2.16.2</version>
</parent>
<artifactId>jackson-module-guice</artifactId>
<name>Jackson module: Guice (javax.inject)</name>
Expand Down
2 changes: 1 addition & 1 deletion guice7/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-modules-base</artifactId>
<version>2.16.2-SNAPSHOT</version>
<version>2.16.2</version>
</parent>
<artifactId>jackson-module-guice7</artifactId>
<name>Jackson module: Guice 7+ (jakarta.inject)</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.16.2-SNAPSHOT</version>
<version>2.16.2</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.16.2-SNAPSHOT</version>
<version>2.16.2</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.16.2-SNAPSHOT</version>
<version>2.16.2</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.16.2-SNAPSHOT</version>
<version>2.16.2</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.16.2-SNAPSHOT</version>
<version>2.16.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.16.2-SNAPSHOT</version>
<version>2.16.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.16.2-SNAPSHOT</version>
<version>2.16.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 Down Expand Up @@ -42,7 +42,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>HEAD</tag>
<tag>jackson-modules-base-2.16.2</tag>
</scm>
<issueManagement>
<url>https://github.com/FasterXML/jackson-modules-base/issues</url>
Expand Down

0 comments on commit 757c09f

Please sign in to comment.