Skip to content

Commit a7a44b4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 924f161 commit a7a44b4

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
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-module-kotlin</artifactId>
1010
<name>jackson-module-kotlin</name>
11-
<version>2.11.0</version>
11+
<version>2.11.1-SNAPSHOT</version>
1212
<packaging>bundle</packaging>
1313
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
1414
Kotlin language, specifically introspection of method/constructor parameter names,
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git@github.com:FasterXML/jackson-module-kotlin.git</connection>
2727
<developerConnection>scm:git:git@github.com:FasterXML/jackson-module-kotlin.git</developerConnection>
2828
<url>https://github.com/FasterXML/jackson-module-kotlin</url>
29-
<tag>jackson-module-kotlin-2.11.0</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<properties>

0 commit comments

Comments
 (0)