You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/29 02:34:45 UTC

svn commit: r642474 - /archiva/site/pom.xml

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>archiva-users-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
-      <post>archiva-users@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/archiva-users@maven.apache.org</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>archiva-dev-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
-      <post>archiva-dev@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/archiva-dev@maven.apache.org</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>archiva-commits-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/archiva-commits@maven.apache.org</otherArchive>
-        <otherArchive>http://maven.archiva.commits.markmail.org/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Archiva Issues List</name>
-      <subscribe>archiva-issues-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>archiva-issues-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-issues</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/archiva-issues@maven.apache.org</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>announce@maven.apache.org</post>
-      <subscribe>announce-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/announce@maven.apache.org</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>notifications-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</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>