Author: andham
Date: Fri Apr 19 09:30:41 2013
New Revision: 1469757

URL: http://svn.apache.org/r1469757
Log:
Updated to maven-parent v23 and did some pom cleanup (removed unnecessary user 
list declarations etc.)

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1469757&r1=1469756&r2=1469757&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Fri Apr 19 09:30:41 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>22</version>
+    <version>23</version>
   </parent>
 
   <groupId>org.apache.maven.archetype</groupId>
@@ -50,78 +50,6 @@ under the License.
     <module>archetype-packaging</module>
   </modules>
 
-  <mailingLists>
-    <mailingList>
-      <name>Maven User List</name>
-      <subscribe>users-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>users-unsubscr...@maven.apache.org</unsubscribe>
-      <post>us...@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Users-f178.html</otherArchive>
-        <otherArchive>http://maven.users.markmail.org/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Developer List</name>
-      <subscribe>dev-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>dev-unsubscr...@maven.apache.org</unsubscribe>
-      <post>d...@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven-Developers-f179.html</otherArchive>
-        <otherArchive>http://maven.dev.markmail.org/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Issues List</name>
-      <subscribe>issues-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>issues-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Issues-f15573.html</otherArchive>
-        <otherArchive>http://maven.issues.markmail.org/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Commits List</name>
-      <subscribe>commits-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>commits-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Commits-f15575.html</otherArchive>
-        <otherArchive>http://maven.commits.markmail.org/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Announcements List</name>
-      <post>annou...@maven.apache.org</post>
-      <subscribe>announce-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>announce-unsubscr...@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://old.nabble.com/Maven-Announcements-f15617.html</otherArchive>
-        <otherArchive>http://maven.announce.markmail.org/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Notifications List</name>
-      <subscribe>notifications-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>notifications-unsubscr...@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://old.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/maven/archetype/trunk</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk</developerConnection>
@@ -133,7 +61,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/job/maven-archetype/</url>
+    <url>https://builds.apache.org/job/maven-archetype-m3/</url>
   </ciManagement>
 
   <distributionManagement>
@@ -314,6 +242,7 @@ under the License.
           <version>${mavenPluginPluginVersion}</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <configuration>
             
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/archetype-${project.version}</stagingSiteURL>


Reply via email to