Author: brett
Date: Thu Jul 9 20:49:45 2009
New Revision: 792681
URL: http://svn.apache.org/viewvc?rev=792681&view=rev
Log:
update SCM URLs
Modified:
maven/maven-2/branches/maven-2.2.x/pom.xml
Modified: maven/maven-2/branches/maven-2.2.x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/pom.xml?rev=792681&r1=792680&r2=792681&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/pom.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/pom.xml Thu Jul 9 20:49:45 2009
@@ -116,9 +116,9 @@
</mailingLists>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.2.x</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.2.x</developerConnection>
-
<url>http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</developerConnection>
+ <url>http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x</url>
</scm>
<build>
@@ -178,7 +178,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<configuration>
-
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/maven/maven-2/tags</tagBase>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>install</preparationGoals>
</configuration>