Author: dennisl
Date: Wed Nov 7 14:45:38 2007
New Revision: 592934
URL: http://svn.apache.org/viewvc?rev=592934&view=rev
Log:
Add commits and issues mailing lists.
Update rat-maven-plugin to the latest version.
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=592934&r1=592933&r2=592934&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Nov 7 14:45:38 2007
@@ -72,6 +72,16 @@
<mailingLists>
<mailingList>
+ <name>Commons Commits List</name>
+ <subscribe>commits-subscribe@commons.apache.org</subscribe>
+ <unsubscribe>commits-unsubscribe@commons.apache.org</unsubscribe>
+ <post>commits@commons.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/commons-commits/</archive>
+ <otherArchives>
+ <otherArchive>http://www.mail-archive.com/commits@commons.apache.org/</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
<name>Commons Dev List</name>
<subscribe>dev-subscribe@commons.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
@@ -83,6 +93,17 @@
</otherArchives>
</mailingList>
<mailingList>
+ <name>Commons Issues List</name>
+ <subscribe>issues-subscribe@commons.apache.org</subscribe>
+ <unsubscribe>issues-unsubscribe@commons.apache.org</unsubscribe>
+ <post>issues@commons.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/commons-issues/</archive>
+ <otherArchives>
+ <otherArchive>http://www.mail-archive.com/issues@commons.apache.org/</otherArchive>
+ <otherArchive>http://www.nabble.com/Commons---Issues-f25499.html</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
<name>Commons User List</name>
<subscribe>user-subscribe@commons.apache.org</subscribe>
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
@@ -203,7 +224,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-2</version>
+ <version>1.0-alpha-3</version>
</plugin>
</plugins>
</reporting>
|