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
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
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.7.0-rc4- SNAPSHOT</version >
11
+ <version >2.7.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 >
32
32
<!-- Java8 takes Javadoc-Nazi attitude, funk that (Oracle go home you're drunk) -->
33
33
<additionalparam >-Xdoclint:none</additionalparam >
34
34
35
- <version .jackson.core>2.7.0-rc3</version .jackson.core>
36
- <version .jackson.annotations>2.7.0-rc3</version .jackson.annotations>
35
+ <version .jackson.core>2.7.0</version .jackson.core>
37
36
<!-- Generate PackageVersion.java into this directory. -->
38
37
<packageVersion .dir>com/fasterxml/jackson/datatype/jsr310</packageVersion .dir>
39
38
<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.7.0 (not yet released )
6
+ 2.7.0 (10-Jan-2016 )
7
7
8
8
#54: LocalDateTimeSerializer default constructor should use the same formatter as LocalDateTimeDeserializer
9
9
You can’t perform that action at this time.
0 commit comments