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:
Sebastian Bazley 2013-03-22 17:49:27 +00:00
parent e28d4e9c2e
commit 3e8733b357
1 changed files with 1 additions and 1 deletions

View File

@ -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.