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

Commit d97c9c2

Browse files
committed
Merge branch '2.5'
Conflicts: pom.xml release-notes/VERSION
2 parents 3959342 + eeca5bd commit d97c9c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ abstractions.
2525
</scm>
2626

2727
<properties>
28-
<jackson.version.annotations>2.6.0-rc2</jackson.version.annotations>
29-
<jackson.version.core>2.6.0-rc2</jackson.version.core>
28+
<jackson.version.annotations>2.6.0-rc3</jackson.version.annotations>
29+
<jackson.version.core>2.6.0-rc3</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project: jackson-dataformat-csv
99
- Removed type `CsvObjectReader`, sub-classing not needed at this point,
1010
just complicates handling (for now)
1111

12-
2.5.4 (not yet released)
12+
2.5.4 (09-Jun-2015)
1313

1414
- Fixes to potential ArrayIndexOutOfBoundsException on `CsvEncoder`, bounds check
1515

0 commit comments

Comments
 (0)