Skip to content

Commit

Permalink
[maven-release-plugin] prepare release simplecsv-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Feb 23, 2018
1 parent 198929e commit f629dbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.j256.simplecsv</groupId>
<artifactId>simplecsv</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<packaging>jar</packaging>
<name>Simple CSV</name>
<url>http://256stuff.com/sources/simplecsv/</url>
Expand All @@ -21,7 +20,7 @@
<version>5</version>
</parent>
<properties>
<disableDoclint></disableDoclint>
<disableDoclint />
<!-- test dependency versions -->
<easymock-version>3.4</easymock-version>
<junit-version>4.8.1</junit-version>
Expand Down

0 comments on commit f629dbf

Please sign in to comment.