You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/08/18 21:44:34 UTC

svn commit: r986888 - /commons/proper/lang/branches/LANG_2_X/pom.xml

Author: sebb
Date: Wed Aug 18 19:44:34 2010
New Revision: 986888

URL: http://svn.apache.org/viewvc?rev=986888&view=rev
Log:
Fix SCM URLs

Modified:
    commons/proper/lang/branches/LANG_2_X/pom.xml

Modified: commons/proper/lang/branches/LANG_2_X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/pom.xml?rev=986888&r1=986887&r2=986888&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/pom.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/pom.xml Wed Aug 18 19:44:34 2010
@@ -45,9 +45,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_2_X</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X</url>
   </scm>
 
     <developers>