Update POM version from 1.2-SNAPSHOT to 1.3-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b230a6f56c
commit
816abc0d04
4
pom.xml
4
pom.xml
|
@ -24,7 +24,7 @@ limitations under the License.
|
|||
</parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.2-SNAPSHOT</version>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<name>Apache Commons CSV</name>
|
||||
<url>http://commons.apache.org/proper/commons-csv/</url>
|
||||
<description>
|
||||
|
@ -118,7 +118,7 @@ CSV files of various types.
|
|||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<commons.release.version>1.2</commons.release.version>
|
||||
<commons.release.version>1.3</commons.release.version>
|
||||
<commons.release.desc>(Java 6.0+)</commons.release.desc>
|
||||
<!-- The RC version used in the staging repository URL. -->
|
||||
<commons.rc.version>RC1</commons.rc.version>
|
||||
|
|
Loading…
Reference in New Issue