Author: brett
Date: Thu Feb 28 14:29:54 2008
New Revision: 632138
URL: http://svn.apache.org/viewvc?rev=632138&view=rev
Log:
SVN has moved
Modified:
continuum/trunk/pom.xml
Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=632138&r1=632137&r2=632138&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Thu Feb 28 14:29:54 2008
@@ -86,9 +86,9 @@
</mailingList>
</mailingLists>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/continuum/trunk/</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/maven/continuum/trunk/</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/continuum/trunk/</url>
</scm>
<distributionManagement>
<site>
@@ -173,7 +173,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://svn.apache.org/repos/asf/maven/continuum/tags</tagBase>
+ <tagBase>https://svn.apache.org/repos/asf/continuum/tags</tagBase>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
|