Author: brett
Date: Fri Mar 28 18:34:43 2008
New Revision: 642474
URL: http://svn.apache.org/viewvc?rev=642474&view=rev
Log:
update parent
Modified:
archiva/site/pom.xml
Modified: archiva/site/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/site/pom.xml?rev=642474&r1=642473&r2=642474&view=diff
==============================================================================
--- archiva/site/pom.xml (original)
+++ archiva/site/pom.xml Fri Mar 28 18:34:43 2008
@@ -22,87 +22,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.maven.archiva</groupId>
+ <groupId>org.apache.archiva</groupId>
<artifactId>archiva-parent</artifactId>
- <version>1</version>
- <relativePath>../archiva-parent/pom.xml</relativePath>
+ <version>3-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<name>Archiva</name>
<artifactId>archiva-site</artifactId>
<packaging>pom</packaging>
<version>1-SNAPSHOT</version>
- <!-- TODO: required due to inheritence issues -->
- <mailingLists>
- <mailingList>
- <name>Archiva User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[EMAIL PROTECTED]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
- <otherArchives>
- <otherArchive>http://www.mail-archive.com/[EMAIL
PROTECTED]</otherArchive>
-
<otherArchive>http://www.nabble.com/archiva-users-f16426.html</otherArchive>
- <otherArchive>http://maven.archiva.users.markmail.org/</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Archiva Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[EMAIL PROTECTED]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
- <otherArchives>
- <otherArchive>http://www.mail-archive.com/[EMAIL
PROTECTED]</otherArchive>
-
<otherArchive>http://www.nabble.com/archiva-dev-f16427.html</otherArchive>
- <otherArchive>http://maven.archiva.dev.markmail.org/</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Archiva Commits List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
- <otherArchives>
-
<otherArchive>http://www.mail-archive.com/[email protected]</otherArchive>
- <otherArchive>http://maven.archiva.commits.markmail.org/</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Archiva Issues List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-issues</archive>
- <otherArchives>
- <otherArchive>http://www.mail-archive.com/[EMAIL
PROTECTED]</otherArchive>
-
<otherArchive>http://www.nabble.com/Archiva---Issues-f29617.html</otherArchive>
- </otherArchives>
- </mailingList>
-
- <!-- duplication from parent pom - temporary until they inherit properly
-->
- <mailingList>
- <name>Maven Announcements List</name>
- <post>[EMAIL PROTECTED]</post>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
- <otherArchives>
- <otherArchive>http://www.mail-archive.com/[EMAIL
PROTECTED]</otherArchive>
-
<otherArchive>http://www.nabble.com/Maven-Announcements-f15617.html</otherArchive>
- <otherArchive>http://maven.announce.markmail.org/</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Maven Notifications List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
- <otherArchives>
- <otherArchive>http://www.mail-archive.com/[EMAIL
PROTECTED]</otherArchive>
-
<otherArchive>http://www.nabble.com/Maven---Notifications-f15574.html</otherArchive>
- <otherArchive>http://maven.notifications.markmail.org/</otherArchive>
- </otherArchives>
- </mailingList>
- </mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/site</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/site</developerConnection>