Author: jvanzyl
Date: Sun Dec 4 07:01:39 2005
New Revision: 353858
URL: http://svn.apache.org/viewcvs?rev=353858&view=rev
Log:
o making apache related changes to the top-level POM
Modified:
maven/surefire/trunk/pom.xml
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/surefire/trunk/pom.xml?rev=353858&r1=353857&r2=353858&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Dec 4 07:01:39 2005
@@ -19,7 +19,7 @@
<notifiers>
<notifier>
<type>email</type>
- <address>[EMAIL PROTECTED]</address>
+ <address>[email protected]</address>
</notifier>
</notifiers>
</ciManagement>
@@ -27,29 +27,29 @@
<mailingLists>
<mailingList>
<name>Surefire User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archive.surefire.codehaus.org/user/</archive>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://archive.maven.apache.org/user/</archive>
</mailingList>
<mailingList>
<name>Surefire Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archive.surefire.codehaus.org/dev/</archive>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://archive.maven.apache.org/dev/</archive>
</mailingList>
<mailingList>
<name>Surefire Commits List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archive.surefire.codehaus.org/scm/</archive>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://archive.maven.apache.org/scm/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>jvanzyl</id>
<name>Jason van Zyl</name>
- <email>[EMAIL PROTECTED]</email>
- <organization>Zenplex</organization>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Mergere</organization>
<roles>
<role>Developer</role>
</roles>
@@ -65,13 +65,13 @@
</developer>
</developers>
<scm>
-
<connection>scm:svn:https://svn.codehaus.org/surefire/trunk/surefire/</connection>
-
<developerConnection>scm:svn:https://svn.codehaus.org/surefire/trunk/surefire/</developerConnection>
- <url>http://svn.codehaus.org/trunk/surefire/?root=surefire</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/surefire/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/surefire/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/</url>
</scm>
<organization>
- <name>Codehaus</name>
- <url>http://www.codehaus.org/</url>
+ <name>Apache</name>
+ <url>http://www.apache.org/</url>
</organization>
<distributionManagement>
<repository>
@@ -116,7 +116,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
-
<tagBase>svn+ssh://svn.codehaus.org/home/projects/surefire/scm/tags</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/maven/surefire/tags</tagBase>
</configuration>
</plugin>
</plugins>