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

Commit 588379b

Browse files
committed
prepare for 2.5.3
1 parent a4e8fee commit 588379b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.5</version>
7+
<version>2.5.1</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-jdk8</artifactId>
@@ -21,7 +21,7 @@ JDK 8 data types.
2121
<tag>HEAD</tag>
2222
</scm>
2323
<properties>
24-
<version.jackson>2.5.2</version.jackson>
24+
<version.jackson>2.5.3</version.jackson>
2525
<!-- explicitly target JDK 8 -->
2626
<javac.src.version>1.8</javac.src.version>
2727
<javac.target.version>1.8</javac.target.version>

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Project: jackson-datatype-jdk8
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.5.3 (24-Apr-2015)
78
2.5.2 (29-Mar-2015)
89
2.5.1 (06-Feb-2015)
910
2.5.0 (01-Jan-2015)

0 commit comments

Comments
 (0)