You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/23 23:10:32 UTC

svn commit: r818265 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Wed Sep 23 21:10:31 2009
New Revision: 818265

URL: http://svn.apache.org/viewvc?rev=818265&view=rev
Log:
fix scm url.

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=818265&r1=818264&r2=818265&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Wed Sep 23 21:10:31 2009
@@ -145,9 +145,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>