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

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 27, 2016
1 parent 1adf758 commit 580210e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<name>Jackson-module-parameter-names</name>
<version>2.7.2</version>
<version>2.7.3-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
introspection of method/constructor parameter names, without having to add explicit property name annotation.
Expand All @@ -27,7 +27,7 @@ introspection of method/constructor parameter names, without having to add expli
<connection>scm:git:[email protected]:FasterXML/jackson-module-parameter-names.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-parameter-names.git</developerConnection>
<url>http://github.com/FasterXML/jackson-module-parameter-names</url>
<tag>jackson-module-parameter-names-2.7.2</tag>
<tag>HEAD</tag>
</scm>
<properties>
<version.jackson.core>2.7.2</version.jackson.core>
Expand Down

0 comments on commit 580210e

Please sign in to comment.