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

Commit e54a46f

Browse files
committed
Prepare for 2.6.0
1 parent c8423e9 commit e54a46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-jsr310</artifactId>
11-
<version>2.6.0-rc5-SNAPSHOT</version>
11+
<version>2.6.0-SNAPSHOT</version>
1212
<name>Jackson-Datatype-JSR310</name>
1313
<packaging>bundle</packaging>
1414
<description>Add-on module to support JSR-310 (Java 8 Date &amp; Time API) data types.</description>
@@ -29,7 +29,7 @@
2929
</scm>
3030

3131
<properties>
32-
<version.jackson.core>2.6.0-rc4</version.jackson.core>
32+
<version.jackson.core>2.6.0</version.jackson.core>
3333
<!-- Generate PackageVersion.java into this directory. -->
3434
<packageVersion.dir>com/fasterxml/jackson/datatype/jsr310</packageVersion.dir>
3535
<packageVersion.package>${project.groupId}.jsr310</packageVersion.package>

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Project: jackson-datatype-jsr310
33
=== Releases ===
44
------------------------------------------------------------------------
55

6-
2.6.0 (not yet released)
6+
2.6.0 (19-Jul-2015)
77

88
#18: Support serializing and deserializing Maps with jsr310 types as keys
99
(contributed by Zoltan K)

0 commit comments

Comments
 (0)