You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2012/07/02 20:58:20 UTC

svn commit: r1356410 - /myfaces/trinidad/branches/1.2.12.7.0-branch/pom.xml

Author: sobryan
Date: Mon Jul  2 18:58:19 2012
New Revision: 1356410

URL: http://svn.apache.org/viewvc?rev=1356410&view=rev
Log:
Fixed some issues with the scm url which was causing us not to be able to branch correctly

Modified:
    myfaces/trinidad/branches/1.2.12.7.0-branch/pom.xml

Modified: myfaces/trinidad/branches/1.2.12.7.0-branch/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.12.7.0-branch/pom.xml?rev=1356410&r1=1356409&r2=1356410&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.12.7.0-branch/pom.xml (original)
+++ myfaces/trinidad/branches/1.2.12.7.0-branch/pom.xml Mon Jul  2 18:58:19 2012
@@ -136,9 +136,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.12.6.2-branch</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.12.6.2-branch</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/branches/1.2.12.6.2-branch</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.12.7.0-branch</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.12.7.0-branch</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/branches/1.2.12.7.0-branch</url>
   </scm>
 
   <repositories>