You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/07/10 22:21:46 UTC

svn commit: r1501962 - /clerezza/branches/20130710-release/pom.xml

Author: reto
Date: Wed Jul 10 20:21:46 2013
New Revision: 1501962

URL: http://svn.apache.org/r1501962
Log:
the important bit: set repo to branch

Modified:
    clerezza/branches/20130710-release/pom.xml

Modified: clerezza/branches/20130710-release/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/branches/20130710-release/pom.xml?rev=1501962&r1=1501961&r2=1501962&view=diff
==============================================================================
--- clerezza/branches/20130710-release/pom.xml (original)
+++ clerezza/branches/20130710-release/pom.xml Wed Jul 10 20:21:46 2013
@@ -168,8 +168,8 @@
 
     <scm>
         <url>http://svn.apache.org/viewvc/clerezza</url>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/clerezza/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/trunk/</developerConnection>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/clerezza/branches/20130710-release/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/branches/20130710-release/</developerConnection>
     </scm>
 
 </project>