Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 6919787

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d31b4b8 commit 6919787

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
@@ -9,7 +9,7 @@
99
<groupId>com.fasterxml.jackson.module</groupId>
1010
<artifactId>jackson-module-parameter-names</artifactId>
1111
<name>Jackson-module-parameter-names</name>
12-
<version>2.6.0</version>
12+
<version>2.6.1-SNAPSHOT</version>
1313
<packaging>bundle</packaging>
1414
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1515
introspection of method/constructor parameter names, without having to add explicit property name annotation.
@@ -27,7 +27,7 @@ introspection of method/constructor parameter names, without having to add expli
2727
<connection>scm:git:[email protected]:FasterXML/jackson-module-parameter-names.git</connection>
2828
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-parameter-names.git</developerConnection>
2929
<url>http://github.com/FasterXML/jackson-module-parameter-names</url>
30-
<tag>jackson-module-parameter-names-2.6.0</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232
<properties>
3333
<version.jackson.core>2.6.0</version.jackson.core>

0 commit comments

Comments
 (0)