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

Commit 5cb105a

Browse files
committed
Prepare for 2.6.2
1 parent 95e7207 commit 5cb105a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</scm>
3030

3131
<properties>
32-
<version.jackson.core>2.6.1</version.jackson.core>
32+
<version.jackson.core>2.6.2</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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Project: jackson-datatype-jsr310
33
=== Releases ===
44
------------------------------------------------------------------------
55

6-
2.6.1 (09-Aug-2015)
6+
2.6.2 (15-Sep-2015)
77

8-
Fixes from 2.6.0-1.
8+
No changes since 2.6.1
99

10-
2.6.0-1 (29-Jul-2015) (micro-patch)
10+
2.6.1 (09-Aug-2015)
1111

1212
#34: Allow direct instantiation of standards deserializers, with explicit `DateTimeFormatter`
1313
to use, to allow for registering custom-formatter variants (related to #17)

0 commit comments

Comments
 (0)