This repository was archived by the owner on Nov 7, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-jsr310</artifactId >
11
- <version >2.6.0-rc5- SNAPSHOT</version >
11
+ <version >2.6.0-SNAPSHOT</version >
12
12
<name >Jackson-Datatype-JSR310</name >
13
13
<packaging >bundle</packaging >
14
14
<description >Add-on module to support JSR-310 (Java 8 Date & Time API) data types.</description >
29
29
</scm >
30
30
31
31
<properties >
32
- <version .jackson.core>2.6.0-rc4 </version .jackson.core>
32
+ <version .jackson.core>2.6.0</version .jackson.core>
33
33
<!-- Generate PackageVersion.java into this directory. -->
34
34
<packageVersion .dir>com/fasterxml/jackson/datatype/jsr310</packageVersion .dir>
35
35
<packageVersion .package>${project.groupId} .jsr310</packageVersion .package>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Project: jackson-datatype-jsr310
3
3
=== Releases ===
4
4
------------------------------------------------------------------------
5
5
6
- 2.6.0 (not yet released )
6
+ 2.6.0 (19-Jul-2015 )
7
7
8
8
#18: Support serializing and deserializing Maps with jsr310 types as keys
9
9
(contributed by Zoltan K)
You can’t perform that action at this time.
0 commit comments