Document change of SCM location
This commit is contained in:
parent
3c7ec1feba
commit
753dda04c8
6
pom.xml
6
pom.xml
|
@ -105,9 +105,9 @@ CSV files of various types.
|
|||
</contributors>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/commons/proper/csv/trunk</url>
|
||||
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-csv.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-csv.git</developerConnection>
|
||||
<url>https://git-wip-us.apache.org/repos/asf?p=commons-csv.git</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
|
|
@ -55,8 +55,8 @@ The Javadoc API documents are available online:
|
|||
<li><a href="archives/1.0/apidocs/index.html">Javadoc 1.0</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
The <a href="source-repository.html">subversion repository</a> can be
|
||||
<a href="http://svn.apache.org/viewvc/commons/proper/csv/trunk/">browsed</a>.
|
||||
The <a href="source-repository.html">git repository</a> can be
|
||||
<a href="https://git-wip-us.apache.org/repos/asf?p=commons-csv.git">browsed</a>.
|
||||
</p>
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
|
@ -93,7 +93,7 @@ For previous releases, see the <a href="http://archive.apache.org/dist/commons/c
|
|||
</section>
|
||||
|
||||
<section name="Building from sources">
|
||||
<p>The latest code can be checked out from our Subversion repository at <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>.
|
||||
<p>The latest code can be checked out from our git repository at <a href="https://git-wip-us.apache.org/repos/asf/commons-csv.git">https://git-wip-us.apache.org/repos/asf/commons-csv.git</a>.
|
||||
You can build the component using Apache Maven using <code>mvn clean package</code>.
|
||||
</p>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue