Author: dkulp
Date: Thu Jan 19 21:15:35 2012
New Revision: 1233572

URL: http://svn.apache.org/viewvc?rev=1233572&view=rev
Log:
Fix the scm locations so the release will work

Modified:
    cxf/branches/2.5.x-fixes/pom.xml

Modified: cxf/branches/2.5.x-fixes/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/pom.xml?rev=1233572&r1=1233571&r2=1233572&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/pom.xml Thu Jan 19 21:15:35 2012
@@ -31,8 +31,8 @@
     <packaging>pom</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk</developerConnection>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes/</developerConnection>
     </scm>
     <issueManagement>
         <system>jira</system>


Reply via email to