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:
parent
2b634e8f75
commit
25baae375b
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.1-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<name>Apache Commons CSV</name>
|
||||
<url>http://commons.apache.org/proper/commons-csv/</url>
|
||||
<description>
|
||||
|
@ -112,7 +112,7 @@ CSV files of various types.
|
|||
</distributionManagement>
|
||||
|
||||
<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>
|
||||
<!-- The RC version used in the staging repository URL. -->
|
||||
<commons.rc.version>RC1</commons.rc.version>
|
||||
|
|
Loading…
Reference in New Issue