You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2010/01/30 04:12:40 UTC

svn commit: r904721 - /continuum/sandbox/scm-config/trunk/pom.xml

Author: wsmoak
Date: Sat Jan 30 03:12:40 2010
New Revision: 904721

URL: http://svn.apache.org/viewvc?rev=904721&view=rev
Log:
[CONTINUUM-2449] Use https url for connection because that seems to be what Continuum uses to check out and release.

Modified:
    continuum/sandbox/scm-config/trunk/pom.xml

Modified: continuum/sandbox/scm-config/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/scm-config/trunk/pom.xml?rev=904721&r1=904720&r2=904721&view=diff
==============================================================================
--- continuum/sandbox/scm-config/trunk/pom.xml (original)
+++ continuum/sandbox/scm-config/trunk/pom.xml Sat Jan 30 03:12:40 2010
@@ -8,7 +8,7 @@
   <description>Test for CONTINUUM-2449</description>
   <url>http://maven.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/sandbox/scm-config/trunk/</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/continuum/sandbox/scm-config/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/sandbox/scm-config/trunk/</developerConnection>
   </scm>
   <dependencies>