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

Commit df48acd

Browse files
committed
Prepare for 2.6.0
1 parent c9c6e06 commit df48acd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-parent</artifactId>
7-
<version>2.6.0-rc1</version>
7+
<version>2.6.1</version>
88
</parent>
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-rc5-SNAPSHOT</version>
12+
<version>2.6.0-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.
@@ -30,7 +30,7 @@ introspection of method/constructor parameter names, without having to add expli
3030
<tag>HEAD</tag>
3131
</scm>
3232
<properties>
33-
<version.jackson.core>2.6.0-rc4</version.jackson.core>
33+
<version.jackson.core>2.6.0</version.jackson.core>
3434
<!-- explicitly target JDK 8 -->
3535
<javac.src.version>1.8</javac.src.version>
3636
<javac.target.version>1.8</javac.target.version>

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-module-parameter-names
44
= Releases
55
------------------------------------------------------------------------
66

7-
2.6.0 (not yet released)
7+
2.6.0 (19-Jul-2015)
88

99
#21: Unable to associate parameter name with single non-annotated constructor argument
1010
(reported by Michael H, michaelhixson@github)

0 commit comments

Comments
 (0)