Author: ltheussl
Date: Thu Feb 16 11:41:50 2006
New Revision: 378349
URL: http://svn.apache.org/viewcvs?rev=378349&view=rev
Log:
Update pom: make it validate, update mailing lists, add jira report
Modified:
maven/maven-1/core/trunk/project.xml
Modified: maven/maven-1/core/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=378349&r1=378348&r2=378349&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Thu Feb 16 11:41:50 2006
@@ -16,9 +16,11 @@
* limitations under the License.
*/
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<id>maven</id>
+ <groupId>maven</groupId>
+ <artifactId>maven</artifactId>
<name>Maven 1.x</name>
<currentVersion>1.1-beta-3-SNAPSHOT</currentVersion>
<organization>
@@ -141,19 +143,49 @@
<tag>maven-1.1-beta-2</tag>
</version>
</versions>
- <branches/>
<mailingLists>
<mailingList>
<name>Maven User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://www.mail-archive.com/users%40maven.apache.org/</archive>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-users/</archive>
+ <otherArchives>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
+ </otherArchives>
</mailingList>
<mailingList>
<name>Maven Developer List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://www.mail-archive.com/dev%40maven.apache.org/</archive>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-dev/</archive>
+ <otherArchives>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+
<otherArchive>http://www.nabble.com/Maven---Dev-f179.html</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>Maven Commits List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Maven Announce List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+ <archive></archive>
+ </mailingList>
+ <mailingList>
+ <name>Apache Announce List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
</mailingList>
</mailingLists>
<developers>
@@ -471,12 +503,14 @@
<!-- Need to mark these as compile-time/run-time -->
<dependencies>
<dependency>
- <id>dom4j</id>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
<version>1.4</version>
<url>http://www.dom4j.org/</url>
</dependency>
<dependency>
- <id>ant</id>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
<version>1.6.5</version>
<url>http://ant.apache.org/</url>
</dependency>
@@ -499,7 +533,8 @@
<url>http://ant.apache.org/</url>
</dependency>
<dependency>
- <id>commons-jelly</id>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/jelly/</url>
</dependency>
@@ -528,12 +563,14 @@
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
<dependency>
- <id>commons-jexl</id>
+ <groupId>commons-jexl</groupId>
+ <artifactId>commons-jexl</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/jexl/</url>
</dependency>
<dependency>
- <id>commons-logging</id>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<url>http://jakarta.apache.org/commons/logging/</url>
</dependency>
@@ -552,21 +589,25 @@
</properties>
</dependency>
<dependency>
- <id>commons-cli</id>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
<version>1.0-beta-2</version>
<url>http://jakarta.apache.org/commons/cli/</url>
</dependency>
<dependency>
- <id>commons-io</id>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/io/</url>
</dependency>
<dependency>
- <id>forehead</id>
+ <groupId>forehead</groupId>
+ <artifactId>forehead</artifactId>
<version>1.0-beta-5</version>
</dependency>
<dependency>
- <id>log4j</id>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
<version>1.2.12</version>
<url>http://logging.apache.org/log4j/docs/</url>
</dependency>
@@ -695,6 +736,7 @@
<report>maven-linkcheck-plugin</report>
<report>maven-pdf-plugin</report>
<report>maven-tasklist-plugin</report>
+ <report>maven-jira-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-faq-plugin</report>