CSV moved to proper
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1299110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a73a289ac4
commit
a23f4b6936
6
pom.xml
6
pom.xml
|
@ -3,13 +3,13 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-sandbox-parent</artifactId>
|
||||
<version>9</version>
|
||||
<artifactId>commons-parent</artifactId>
|
||||
<version>23</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>Commons CSV (Sandbox)</name>
|
||||
<name>Commons CSV</name>
|
||||
<url>http://commons.apache.org/sandbox/csv/</url>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue