You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2012/05/30 14:13:01 UTC

svn commit: r1344218 - /felix/trunk/configadmin/pom.xml

Author: fmeschbe
Date: Wed May 30 12:13:01 2012
New Revision: 1344218

URL: http://svn.apache.org/viewvc?rev=1344218&view=rev
Log:
developerConnection must be https URL

Modified:
    felix/trunk/configadmin/pom.xml

Modified: felix/trunk/configadmin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin/pom.xml?rev=1344218&r1=1344217&r2=1344218&view=diff
==============================================================================
--- felix/trunk/configadmin/pom.xml (original)
+++ felix/trunk/configadmin/pom.xml Wed May 30 12:13:01 2012
@@ -37,7 +37,7 @@
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/configadmin</connection>
-        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/configadmin</developerConnection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/configadmin</developerConnection>
         <url>http://svn.apache.org/repos/asf/felix/configadmin</url>
     </scm>