You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/12/09 01:14:09 UTC

svn commit: r1043793 - /myfaces/commons/trunk/pom.xml

Author: lu4242
Date: Thu Dec  9 00:14:08 2010
New Revision: 1043793

URL: http://svn.apache.org/viewvc?rev=1043793&view=rev
Log:
remove / from scm properties so release plugin works well

Modified:
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=1043793&r1=1043792&r2=1043793&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Thu Dec  9 00:14:08 2010
@@ -246,8 +246,8 @@
     </dependencyManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/trunk/</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/trunk</developerConnection>
         <url>http://svn.apache.org/viewvc/myfaces/commons/trunk</url>
     </scm>