Skip to content

Commit 14a8920

Browse files
committed
[maven-release-plugin] prepare release jackson-modules-java8-2.17.3
1 parent 15ecd99 commit 14a8920

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

datatypes/pom.xml

+1-1
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-java8</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-jdk8</artifactId>

datetime/pom.xml

+1-1
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-java8</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-jsr310</artifactId>

parameter-names/pom.xml

+1-1
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-java8</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<artifactId>jackson-module-parameter-names</artifactId>
1515
<name>Jackson-module-parameter-names</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-modules-java8</artifactId>
1010
<name>Jackson modules: Java 8</name>
11-
<version>2.17.3-SNAPSHOT</version>
11+
<version>2.17.3</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson modules needed to support Java 8 features and types
1414
</description>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:FasterXML/jackson-modules-java8.git</connection>
2525
<developerConnection>scm:git:git@github.com:FasterXML/jackson-modules-java8.git</developerConnection>
2626
<url>http://github.com/FasterXML/jackson-modules-java8</url>
27-
<tag>HEAD</tag>
27+
<tag>jackson-modules-java8-2.17.3</tag>
2828
</scm>
2929
<issueManagement>
3030
<url>https://github.com/FasterXML/jackson-modules-java8/issues</url>

0 commit comments

Comments
 (0)