diff --git a/pom.xml b/pom.xml index 192dcb8e..9a2b35a9 100644 --- a/pom.xml +++ b/pom.xml @@ -105,9 +105,9 @@ CSV files of various types. - scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk - scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk - http://svn.apache.org/viewvc/commons/proper/csv/trunk + scm:git:http://git-wip-us.apache.org/repos/asf/commons-csv.git + scm:git:https://git-wip-us.apache.org/repos/asf/commons-csv.git + https://git-wip-us.apache.org/repos/asf?p=commons-csv.git @@ -157,7 +157,7 @@ CSV files of various types. - + maven-compiler-plugin @@ -385,12 +385,12 @@ CSV files of various types. - + benchmark - + org.openjdk.jmh @@ -398,7 +398,7 @@ CSV files of various types. 1.5.2 test - + org.openjdk.jmh jmh-generator-annprocess @@ -412,14 +412,14 @@ CSV files of various types. 1.0 test - + net.sourceforge.javacsv javacsv 2.0 test - + com.opencsv opencsv @@ -440,19 +440,19 @@ CSV files of various types. csv 1.0 - + org.apache.commons commons-lang3 3.4 - + true org.apache - + @@ -464,7 +464,7 @@ CSV files of various types. - + org.codehaus.mojo diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index f1a13891..32388041 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -55,8 +55,8 @@ The Javadoc API documents are available online:
  • Javadoc 1.0
  • -The subversion repository can be -browsed. +The git repository can be +browsed.

    @@ -88,12 +88,12 @@ For previous releases, see the Dependency Information + For other dependency access methods, see Dependency Information

    -

    The latest code can be checked out from our Subversion repository at http://svn.apache.org/repos/asf/commons/proper/csv/trunk/. +

    The latest code can be checked out from our git repository at https://git-wip-us.apache.org/repos/asf/commons-csv.git. You can build the component using Apache Maven using mvn clean package.