Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit dafab05

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 14da11f commit dafab05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-guava</artifactId>
1010
<name>Jackson-datatype-Guava</name>
11-
<version>2.6.0-rc2</version>
11+
<version>2.6.0-rc3-SNAPSHOT</version>
1212
<packaging>bundle</packaging>
1313
<description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
1414
Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones)
@@ -18,7 +18,7 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
1818
<connection>scm:git:[email protected]:FasterXML/jackson-datatype-guava.git</connection>
1919
<developerConnection>scm:git:[email protected]:FasterXML/jackson-datatype-guava.git</developerConnection>
2020
<url>http://github.com/FasterXML/jackson-datatype-guava</url>
21-
<tag>jackson-datatype-guava-2.6.0-rc2</tag>
21+
<tag>HEAD</tag>
2222
</scm>
2323

2424
<contributors>

0 commit comments

Comments
 (0)