Skip to content

Commit 191b517

Browse files
committed
[maven-release-plugin] prepare release jackson-modules-java8-3.0.0-rc2
1 parent 5b8ca0b commit 191b517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datetime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.module</groupId>
1111
<artifactId>jackson-modules-java8</artifactId>
12-
<version>3.0.0-rc2-SNAPSHOT</version>
12+
<version>3.0.0-rc2</version>
1313
</parent>
1414
<groupId>tools.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-jsr310</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>tools.jackson.module</groupId>
99
<artifactId>jackson-modules-java8</artifactId>
1010
<name>Jackson modules: Java 8</name>
11-
<version>3.0.0-rc2-SNAPSHOT</version>
11+
<version>3.0.0-rc2</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson modules needed to support Java 8 features and types
1414
</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:FasterXML/jackson-modules-java8.git</connection>
2828
<developerConnection>scm:git:[email protected]:FasterXML/jackson-modules-java8.git</developerConnection>
2929
<url>http://github.com/FasterXML/jackson-modules-java8</url>
30-
<tag>HEAD</tag>
30+
<tag>jackson-modules-java8-3.0.0-rc2</tag>
3131
</scm>
3232
<issueManagement>
3333
<url>https://github.com/FasterXML/jackson-modules-java8/issues</url>

0 commit comments

Comments
 (0)