You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2013/12/26 19:03:28 UTC

svn commit: r1553529 - /oozie/site/trunk/pom.xml

Author: tucu
Date: Thu Dec 26 18:03:28 2013
New Revision: 1553529

URL: http://svn.apache.org/r1553529
Log:
Updating SCM info to point to GIT

Modified:
    oozie/site/trunk/pom.xml

Modified: oozie/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oozie/site/trunk/pom.xml?rev=1553529&r1=1553528&r2=1553529&view=diff
==============================================================================
--- oozie/site/trunk/pom.xml (original)
+++ oozie/site/trunk/pom.xml Thu Dec 26 18:03:28 2013
@@ -75,9 +75,9 @@
         </reportSets>
         <configuration>
           <checkoutDirectoryName>oozie</checkoutDirectoryName>
-          <webAccessUrl>http://svn.apache.org/viewcvs.cgi/oozie</webAccessUrl>
-          <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/oozie/trunk</anonymousConnection>
-          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oozie/trunk</developerConnection>
+          <webAccessUrl>https://git-wip-us.apache.org/repos/asf?p=oozie.git;a=tree;h=refs/heads/master;hb=master</webAccessUrl>
+          <anonymousConnection>scm:git clone https://git.apache.org/repos/asf/oozie.git</anonymousConnection>
+          <developerConnection>scm:git clone https://git-wip-us.apache.org/repos/asf/oozie.git</developerConnection>
         </configuration>
       </plugin>
     </plugins>