Updated Branches:
  refs/heads/sqoop2 c8417af9f -> 1f9bb28e0

[SQOOP-595] Change repository location in source code
Submitted by Jarek Jarcec Cecho.


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/1f9bb28e
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/1f9bb28e
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/1f9bb28e

Branch: refs/heads/sqoop2
Commit: 1f9bb28e062f4758bccb8885c0b61043be8379e3
Parents: c8417af
Author: olivier lamy <[email protected]>
Authored: Thu Sep 6 10:46:45 2012 +0200
Committer: olivier lamy <[email protected]>
Committed: Thu Sep 6 10:46:45 2012 +0200

----------------------------------------------------------------------
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/1f9bb28e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1dc9b7..8e02e39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,9 +82,9 @@ limitations under the License.
   </mailingLists>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/sqoop/branches/sqoop2/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sqoop/branches/sqoop2/</developerConnection>
-    <url>http://svn.apache.org/viewvc/sqoop/branches/sqoop2/</url>
+    
<connection>scm:git:https://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>
 
   <properties>

Reply via email to