Skip to content

Commit f629dbf

Browse files
author
Gray Watson
committedFeb 23, 2018
[maven-release-plugin] prepare release simplecsv-2.3
1 parent 198929e commit f629dbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.j256.simplecsv</groupId>
65
<artifactId>simplecsv</artifactId>
7-
<version>2.3-SNAPSHOT</version>
6+
<version>2.3</version>
87
<packaging>jar</packaging>
98
<name>Simple CSV</name>
109
<url>http://256stuff.com/sources/simplecsv/</url>
@@ -21,7 +20,7 @@
2120
<version>5</version>
2221
</parent>
2322
<properties>
24-
<disableDoclint></disableDoclint>
23+
<disableDoclint />
2524
<!-- test dependency versions -->
2625
<easymock-version>3.4</easymock-version>
2726
<junit-version>4.8.1</junit-version>

0 commit comments

Comments
 (0)
Please sign in to comment.