This repository was archived by the owner on Jan 22, 2019. It is now read-only.
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.fasterxml.jackson</groupId >
7
6
<artifactId >jackson-parent</artifactId >
8
- <version >2.5 .1</version >
7
+ <version >2.6 .1</version >
9
8
</parent >
10
-
11
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
12
10
<artifactId >jackson-dataformat-csv</artifactId >
13
11
<name >Jackson-dataformat-CSV</name >
@@ -25,8 +23,8 @@ abstractions.
25
23
</scm >
26
24
27
25
<properties >
28
- <jackson .version.annotations>2.6.0-rc3 </jackson .version.annotations>
29
- <jackson .version.core>2.6.0-rc3 </jackson .version.core>
26
+ <jackson .version.annotations>2.6.0-rc4 </jackson .version.annotations>
27
+ <jackson .version.core>2.6.0-rc4 </jackson .version.core>
30
28
<!-- Generate PackageVersion.java into this directory. -->
31
29
<packageVersion .dir>com/fasterxml/jackson/dataformat/csv</packageVersion .dir>
32
30
<packageVersion .package>${project.groupId} .csv</packageVersion .package>
You can’t perform that action at this time.
0 commit comments