[SQOOP-595] Change repository location in source code

Submitted by Jarek Jarcec Cecho.
This commit is contained in:
olivier lamy 2012-09-06 10:45:08 +02:00
Родитель da0b7921a9
Коммит 2c16a25296
5 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -71,9 +71,9 @@ ant instead. You have been warned!
</developers>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/sqoop/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sqoop/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/sqoop/trunk/</url>
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/sqoop.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=sqoop.git</url>
</scm>
<issueManagement>
<system>jira</system>

Просмотреть файл

@ -21,8 +21,8 @@
Compiling Sqoop from Source
---------------------------
You can obtain the source code for Sqoop at:
http://svn.apache.org/repos/asf/sqoop/trunk
You can obtain the source code for Sqoop using following command:
git clone https://git-wip-us.apache.org/repos/asf/sqoop.git
Sqoop source code is held in a +git+ repository. Instructions for
retrieving source from the repository are provided at:

Просмотреть файл

@ -28,7 +28,7 @@ Sqoop Releases
--------------
Apache Sqoop is an open source software product of The Apache Software Foundation.
Development for Sqoop occurs at http://svn.apache.org/repos/asf/sqoop/trunk. At
Development for Sqoop occurs at http://sqoop.apache.org. At
that site, you can obtain:
- New releases of Sqoop as well as its most recent source code

Просмотреть файл

@ -29,7 +29,7 @@ Sqoop Releases
Sqoop is an open source software product of the Apache Software Foundation.
Software development for Sqoop occurs at http://svn.apache.org/repos/asf/sqoop/trunk.
Software development for Sqoop occurs at http://sqoop.apache.org
At that site you can obtain:
- New releases of Sqoop as well as its most recent source code

Просмотреть файл

@ -29,7 +29,7 @@
alt="Documentation Home" /></a></span>
<br/>
This document was built from Sqoop source available at
<a href="http://svn.apache.org/repos/asf/sqoop/trunk/">http://svn.apache.org/repos/asf/sqoop/trunk/</a>.
<a href="https://git-wip-us.apache.org/repos/asf?p=sqoop.git">https://git-wip-us.apache.org/repos/asf?p=sqoop.git</a>.
</div>
</xsl:template>