You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2007/01/27 03:56:59 UTC

svn commit: r500461 - /struts/maven/trunk/struts-annotations/pom.xml

Author: wsmoak
Date: Fri Jan 26 18:56:58 2007
New Revision: 500461

URL: http://svn.apache.org/viewvc?view=rev&rev=500461
Log:
Correct scm connection urls.

Modified:
    struts/maven/trunk/struts-annotations/pom.xml

Modified: struts/maven/trunk/struts-annotations/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/pom.xml?view=diff&rev=500461&r1=500460&r2=500461
==============================================================================
--- struts/maven/trunk/struts-annotations/pom.xml (original)
+++ struts/maven/trunk/struts-annotations/pom.xml Fri Jan 26 18:56:58 2007
@@ -19,9 +19,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations</developerConnection>
+        <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations</url>
     </scm>