This repository was archived by the owner on Jan 22, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-parent</artifactId >
7
- <version >2.6.1 </version >
7
+ <version >2.6.2 </version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
10
10
<artifactId >jackson-dataformat-csv</artifactId >
@@ -24,7 +24,7 @@ abstractions.
24
24
25
25
<properties >
26
26
<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>
28
28
<!-- Generate PackageVersion.java into this directory. -->
29
29
<packageVersion .dir>com/fasterxml/jackson/dataformat/csv</packageVersion .dir>
30
30
<packageVersion .package>${project.groupId} .csv</packageVersion .package>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Project: jackson-dataformat-csv
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
- 2.6.4 (not yet released )
7
+ 2.6.4 (07-Dec-2015 )
8
8
9
9
#90: Unexpected output with arrays starting with a null/empty element
10
10
(reported by Jonathan C)
You can’t perform that action at this time.
0 commit comments