Fix up URLs so they point to actual sites; this allows relative URLs to work properly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1459912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e28d4e9c2e
commit
3e8733b357
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@ limitations under the License.
|
|||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>Commons CSV</name>
|
||||
<url>http://commons.apache.org/proper/csv/</url>
|
||||
<url>http://commons.apache.org/proper/commons-csv/</url>
|
||||
<description>
|
||||
The Commons CSV library provides a simple interface for reading and writing
|
||||
CSV files of various types.
|
||||
|
|
Loading…
Reference in New Issue