You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ol...@apache.org on 2012/09/06 10:42:32 UTC

svn commit: r1381531 - /sqoop/site/trunk/pom.xml

Author: olamy
Date: Thu Sep  6 08:42:32 2012
New Revision: 1381531

URL: http://svn.apache.org/viewvc?rev=1381531&view=rev
Log:
developerConnection is https

Modified:
    sqoop/site/trunk/pom.xml

Modified: sqoop/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sqoop/site/trunk/pom.xml?rev=1381531&r1=1381530&r2=1381531&view=diff
==============================================================================
--- sqoop/site/trunk/pom.xml (original)
+++ sqoop/site/trunk/pom.xml Thu Sep  6 08:42:32 2012
@@ -83,7 +83,7 @@
           <checkoutDirectoryName>sqoop</checkoutDirectoryName>
           <webAccessUrl>https://git-wip-us.apache.org/repos/asf?p=sqoop.git</webAccessUrl>
           <anonymousConnection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</anonymousConnection>
-          <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</developerConnection>
+          <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/sqoop.git</developerConnection>
         </configuration>
       </plugin>
     </plugins>