Skip to content

Commit 22c7de1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent df40994 commit 22c7de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>tools.jackson.module</groupId>
1515
<artifactId>jackson-module-kotlin</artifactId>
1616
<name>jackson-module-kotlin</name>
17-
<version>3.0.0-rc4</version>
17+
<version>3.0.0-rc5-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
2020
Kotlin language, specifically introspection of method/constructor parameter names,
@@ -51,7 +51,7 @@
5151
<connection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</connection>
5252
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</developerConnection>
5353
<url>https://github.com/FasterXML/jackson-module-kotlin</url>
54-
<tag>jackson-module-kotlin-3.0.0-rc4</tag>
54+
<tag>HEAD</tag>
5555
</scm>
5656

5757
<properties>

0 commit comments

Comments
 (0)