Author: olamy
Date: Fri Jan 25 21:08:12 2013
New Revision: 1438707
URL: http://svn.apache.org/viewvc?rev=1438707&view=rev
Log:
remove inherited configuration
Modified:
maven/jxr/trunk/maven-jxr/pom.xml
maven/jxr/trunk/pom.xml
Modified: maven/jxr/trunk/maven-jxr/pom.xml
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr/pom.xml?rev=1438707&r1=1438706&r2=1438707&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr/pom.xml Fri Jan 25 21:08:12 2013
@@ -32,75 +32,6 @@ under the License.
<artifactId>maven-jxr</artifactId>
<name>Maven JXR</name>
- <description>Source cross reference library</description>
- <url>http://maven.apache.org/jxr/</url>
-
- <contributors>
- <contributor>
- <name>Fabrice Bellingard</name>
- <email>[email protected]</email>
- <timezone>+1</timezone>
- </contributor>
- </contributors>
-
- <mailingLists>
- <!-- duplication from components - temporary until the site layout is
clearer -->
- <mailingList>
- <name>Maven User List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <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>
- <post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
- </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>
- <!-- 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>
- </mailingList>
- <mailingList>
- <name>Maven Issues List</name>
- <post>[email protected]</post>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
- </mailingList>
- <mailingList>
- <name>Maven Notifications List</name>
- <post>[email protected]</post>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
- </mailingList>
- </mailingLists>
-
- <distributionManagement>
- <site>
- <id>apache.website</id>
- <url>scp://people.apache.org/www/maven.apache.org/jxr/</url>
- </site>
- </distributionManagement>
-
<dependencies>
<dependency>
Modified: maven/jxr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438707&r1=1438706&r2=1438707&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:08:12 2013
@@ -36,6 +36,10 @@ under the License.
<name>Maven JXR Parent</name>
+ <url>http://maven.apache.org/jxr/</url>
+
+ <description>Source cross reference library</description>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/jxr/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</developerConnection>