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

Commit 3c7dbe0

Browse files
committed
prepare for 2.6.4
1 parent caf5e2f commit 3c7dbe0

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-parent</artifactId>
7-
<version>2.6.1</version>
7+
<version>2.6.2</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformat-csv</artifactId>
@@ -24,7 +24,7 @@ abstractions.
2424

2525
<properties>
2626
<jackson.version.annotations>2.6.0</jackson.version.annotations>
27-
<jackson.version.core>2.6.3</jackson.version.core>
27+
<jackson.version.core>2.6.4</jackson.version.core>
2828
<!-- Generate PackageVersion.java into this directory. -->
2929
<packageVersion.dir>com/fasterxml/jackson/dataformat/csv</packageVersion.dir>
3030
<packageVersion.package>${project.groupId}.csv</packageVersion.package>

release-notes/VERSION

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

7-
2.6.4 (not yet released)
7+
2.6.4 (07-Dec-2015)
88

99
#90: Unexpected output with arrays starting with a null/empty element
1010
(reported by Jonathan C)

0 commit comments

Comments
 (0)