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

Commit 925b0e6

Browse files
committed
prepare for 2.7.0 final
1 parent 3725ae1 commit 925b0e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 2 additions & 3 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.7.0-rc4-SNAPSHOT</version>
11+
<version>2.7.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>
@@ -32,8 +32,7 @@
3232
<!-- Java8 takes Javadoc-Nazi attitude, funk that (Oracle go home you're drunk) -->
3333
<additionalparam>-Xdoclint:none</additionalparam>
3434

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>
3736
<!-- Generate PackageVersion.java into this directory. -->
3837
<packageVersion.dir>com/fasterxml/jackson/datatype/jsr310</packageVersion.dir>
3938
<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.7.0 (not yet released)
6+
2.7.0 (10-Jan-2016)
77

88
#54: LocalDateTimeSerializer default constructor should use the same formatter as LocalDateTimeDeserializer
99

0 commit comments

Comments
 (0)