Clean up poms

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@321281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-10-15 03:51:55 +00:00
parent 95ed2df795
commit 0c02e2dddb
14 changed files with 12 additions and 10 deletions

View File

@@ -107,7 +107,8 @@
</properties>
</dependency>
<dependency>
<id>commons-lang</id>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.0</version>
<url>http://jakarta.apache.org/commons/lang/</url>
<properties>
@@ -115,7 +116,8 @@
</properties>
</dependency>
<dependency>
<id>commons-net</id>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>1.4.0</version>
<url>http://jakarta.apache.org/commons/net/</url>
</dependency>

View File

@@ -27,7 +27,6 @@
<description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10320</issueTrackingUrl>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPASPECTJ</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/aspectj/</siteDirectory>
<repository>

View File

@@ -20,6 +20,7 @@
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-cruisecontrol-plugin</id>
<name>Maven Cruise Control Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>

View File

@@ -65,7 +65,6 @@
<tag>MAVEN_EJB_1_7_1</tag>
</version>
</versions>
<mailingLists/>
<developers>
<developer>
<name>Nathan Coast</name>

View File

@@ -18,6 +18,7 @@
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<artifactId>maven-javadoc-plugin</artifactId>
<name>Maven Javadoc Plug-in</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>

View File

@@ -22,7 +22,6 @@
<id>maven-jdiff-plugin</id>
<name>Maven JDiff Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<shortDescription>JDiff reports on the differences in the public API of two releases.</shortDescription>
<shortDescription>JDiff - Report the differences in the public API of two releases</shortDescription>
<description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description>
<url>http://maven.apache.org/reference/plugins/jdiff/</url>

View File

@@ -18,6 +18,7 @@
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plug-in</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>

View File

@@ -22,7 +22,6 @@
<name>Maven NSIS Plug-in</name>
<artifactId>maven-nsis-plugin</artifactId>
<currentVersion>2.0-SNAPSHOT</currentVersion>
<organization/>
<description>A plugin to generate Win32 installer programs using NSIS</description>
<shortDescription>NSIS Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/nsis/</url>
@@ -46,7 +45,6 @@
</version>
</versions>
<branches/>
<mailingLists/>
<developers>
<developer>
<name>dIon Gillard</name>

View File

@@ -18,6 +18,7 @@
-->
<project>
<extend>${basedir}/../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plug-in</name>
<currentVersion>2.5-SNAPSHOT</currentVersion>

View File

@@ -18,6 +18,7 @@
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-scm-plugin</id>
<name>Maven Source Control Management Plug-in</name>
<currentVersion>1.5.1-SNAPSHOT</currentVersion>

View File

@@ -20,6 +20,7 @@
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-simian-plugin</id>
<name>Maven Simian Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>

View File

@@ -60,7 +60,6 @@
<tag>MAVEN_UBERJAR_1_2</tag>
</version>
</versions>
<mailingLists/>
<!-- who the developers are for the project -->
<developers>

View File

@@ -52,7 +52,6 @@
</version>
</versions>
<branches/>
<mailingLists/>
<developers>
<developer>
<name>Michal Maczka</name>

View File

@@ -259,7 +259,8 @@
<version>1.0</version>
</dependency>
<dependency>
<id>forehead</id>
<groupId>forehead</groupId>
<artifactId>forehead</artifactId>
<version>1.0-beta-5</version>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>