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

Commit 261a1b3

Browse files
committed
Prepare for 2.5.2
1 parent 5ee19da commit 261a1b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstractions.
2626

2727
<properties>
2828
<jackson.version.annotations>2.5.0</jackson.version.annotations>
29-
<jackson.version.core>2.5.1</jackson.version.core>
29+
<jackson.version.core>2.5.2</jackson.version.core>
3030
<!-- Generate PackageVersion.java into this directory. -->
3131
<packageVersion.dir>com/fasterxml/jackson/dataformat/csv</packageVersion.dir>
3232
<packageVersion.package>${project.groupId}.csv</packageVersion.package>

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-dataformat-csv
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.5.2 (not yet released)
7+
2.5.2 (29-Mar-2015)
88

99
#66: Deserializing an empty string as an array field return a non-empty list of one empty String
1010
(reported by aksh3ll@github)

0 commit comments

Comments
 (0)