Released Apache Commons CSV 1.1.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1640967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-11-21 17:34:41 +00:00
parent 2b634e8f75
commit 25baae375b
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
</parent> </parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId> <artifactId>commons-csv</artifactId>
<version>1.1-SNAPSHOT</version> <version>1.1.1-SNAPSHOT</version>
<name>Apache Commons CSV</name> <name>Apache Commons CSV</name>
<url>http://commons.apache.org/proper/commons-csv/</url> <url>http://commons.apache.org/proper/commons-csv/</url>
<description> <description>
@ -112,7 +112,7 @@ CSV files of various types.
</distributionManagement> </distributionManagement>
<properties> <properties>
<commons.release.version>1.1</commons.release.version> <commons.release.version>1.1.1</commons.release.version>
<commons.release.desc>(Java 6.0+)</commons.release.desc> <commons.release.desc>(Java 6.0+)</commons.release.desc>
<!-- The RC version used in the staging repository URL. --> <!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version> <commons.rc.version>RC1</commons.rc.version>