You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by pr...@apache.org on 2015/04/13 12:49:14 UTC

incubator-lens git commit: LENS-500: Fix scm url in pom

Repository: incubator-lens
Updated Branches:
  refs/heads/master 3aa5fa31f -> 2391a8080


LENS-500: Fix scm url in pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/2391a808
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/2391a808
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/2391a808

Branch: refs/heads/master
Commit: 2391a8080fcb8b2cce25cdbc3fa510867a36e5da
Parents: 3aa5fa3
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Mon Apr 13 16:18:27 2015 +0530
Committer: Rajat Khandelwal <ra...@gmail.com>
Committed: Mon Apr 13 16:18:27 2015 +0530

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/2391a808/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ffb135..d05e55a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,7 +284,7 @@
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-lens.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-lens.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</url>
+    <url>https://git-wip-us.apache.org/repos/asf/incubator-lens.git</url>
     <tag>HEAD</tag>
   </scm>