You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/07/24 11:55:58 UTC

svn commit: r1150313 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: dennisl
Date: Sun Jul 24 09:55:58 2011
New Revision: 1150313

URL: http://svn.apache.org/viewvc?rev=1150313&view=rev
Log:
Fix SVN URLs after the move.

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1150313&r1=1150312&r2=1150313&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sun Jul 24 09:55:58 2011
@@ -173,9 +173,9 @@ under the License.
   </prerequisites>
 
   <scm>
-    <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>
+    <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>
   </scm>
   <issueManagement>
     <system>JIRA</system>