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

Commit 5d17395

Browse files
committed
prepare for 2.5.1
1 parent 4702e05 commit 5d17395

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.0</jackson.version.core>
29+
<jackson.version.core>2.5.1</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.1 (not yet released)
7+
2.5.1 (06-Feb-2015)
88

99
#65: Buffer recycling not always working
1010

0 commit comments

Comments
 (0)