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>