You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by dd...@apache.org on 2007/01/31 02:08:21 UTC

svn commit: r501668 - /tiles/maven/trunk/pom/pom.xml

Author: ddewolf
Date: Tue Jan 30 17:08:20 2007
New Revision: 501668

URL: http://svn.apache.org/viewvc?view=rev&rev=501668
Log:
Changing developer connection to https so that the release plugin works

Modified:
    tiles/maven/trunk/pom/pom.xml

Modified: tiles/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?view=diff&rev=501668&r1=501667&r2=501668
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Tue Jan 30 17:08:20 2007
@@ -32,7 +32,7 @@
 
    <scm>
      <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/tags/tiles-master-1</connection>
-     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/tags/tiles-master-1</developerConnection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/maven/tags/tiles-master-1</developerConnection>
      <url>http://svn.apache.org/repos/asf/tiles/maven/tags/tiles-master-1</url>
    </scm>