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

Commit cd540eb

Browse files
committed
prepare for 2.6.4
1 parent c1be50d commit cd540eb

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-parent</artifactId>
7-
<version>2.6.1</version>
7+
<version>2.6.2</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-jsr310</artifactId>
@@ -29,7 +29,7 @@
2929
</scm>
3030

3131
<properties>
32-
<version.jackson.core>2.6.3</version.jackson.core>
32+
<version.jackson.core>2.6.4</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.4 (not yet released)
6+
2.6.4 (07-Dec-2015)
77

88
#50: `Instant` schema representation is incorrect for timestamps serialization
99
(reported by Peter R)

0 commit comments

Comments
 (0)