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:15:10 UTC

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

Author: tucu
Date: Thu Dec 26 18:15:10 2013
New Revision: 1553535

URL: http://svn.apache.org/r1553535
Log:
Correction to anonymous access GIT url

Modified:
    oozie/site/trunk/pom.xml

Modified: oozie/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oozie/site/trunk/pom.xml?rev=1553535&r1=1553534&r2=1553535&view=diff
==============================================================================
--- oozie/site/trunk/pom.xml (original)
+++ oozie/site/trunk/pom.xml Thu Dec 26 18:15:10 2013
@@ -76,7 +76,7 @@
         <configuration>
           <checkoutDirectoryName>oozie</checkoutDirectoryName>
           <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>
+          <anonymousConnection>scm:git clone git://git.apache.org/oozie.git</anonymousConnection>
           <developerConnection>scm:git clone https://git-wip-us.apache.org/repos/asf/oozie.git</developerConnection>
         </configuration>
       </plugin>