File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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/maven-v4_0_0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<groupId >com.j256.simplecsv</groupId >
6
5
<artifactId >simplecsv</artifactId >
7
- <version >2.3-SNAPSHOT </version >
6
+ <version >2.3</version >
8
7
<packaging >jar</packaging >
9
8
<name >Simple CSV</name >
10
9
<url >http://256stuff.com/sources/simplecsv/</url >
21
20
<version >5</version >
22
21
</parent >
23
22
<properties >
24
- <disableDoclint ></ disableDoclint >
23
+ <disableDoclint / >
25
24
<!-- test dependency versions -->
26
25
<easymock-version >3.4</easymock-version >
27
26
<junit-version >4.8.1</junit-version >
You can’t perform that action at this time.
0 commit comments