Author: stephenc
Date: Thu Jun 9 08:33:21 2011
New Revision: 1133710
URL: http://svn.apache.org/viewvc?rev=1133710&view=rev
Log:
minor reformat of the poms to conform with recommended style
Modified:
maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml
maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml
maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml
maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml
maven/plugin-tools/trunk/pom.xml
Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1133710&r1=1133709&r2=1133710&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Thu Jun 9 08:33:21
2011
@@ -38,6 +38,10 @@
plugin registry, the artifact metadata and a generic help goal.
</description>
+ <prerequisites>
+ <maven>2.0.6</maven>
+ </prerequisites>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin/</developerConnection>
@@ -54,10 +58,6 @@
</site>
</distributionManagement>
- <prerequisites>
- <maven>2.0.6</maven>
- </prerequisites>
-
<properties>
<mavenVersion>2.0.6</mavenVersion>
<doxiaVersion>1.0</doxiaVersion>
@@ -103,7 +103,6 @@
</dependency>
</dependencies>
</dependencyManagement>
-
<dependencies>
<!-- doxia -->
<dependency>
Modified: maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml?rev=1133710&r1=1133709&r2=1133710&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml Thu Jun 9 08:33:21
2011
@@ -68,4 +68,5 @@
<artifactId>plexus-container-default</artifactId>
</dependency>
</dependencies>
+
</project>
Modified: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml?rev=1133710&r1=1133709&r2=1133710&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml Thu Jun 9
08:33:21 2011
@@ -57,4 +57,5 @@
<version>1.3.0</version>
</dependency>
</dependencies>
+
</project>
Modified: maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml?rev=1133710&r1=1133709&r2=1133710&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml Thu Jun 9
08:33:21 2011
@@ -77,4 +77,5 @@
<version>1.11</version>
</dependency>
</dependencies>
+
</project>
Modified: maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml?rev=1133710&r1=1133709&r2=1133710&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml Thu Jun 9
08:33:21 2011
@@ -99,4 +99,5 @@
</plugin>
</plugins>
</build>
+
</project>
Modified: maven/plugin-tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1133710&r1=1133709&r2=1133710&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Thu Jun 9 08:33:21 2011
@@ -38,7 +38,7 @@
<description>The Maven Plugin Tools contains the necessary tools to be able
to produce Maven Plugins in a variety of languages.</description>
<url>http://maven.apache.org/plugin-tools/</url>
<inceptionYear>2004</inceptionYear>
-
+
<contributors>
<contributor>
<name>Robert Scholte</name>
@@ -213,7 +213,6 @@
</dependency>
</dependencies>
</dependencyManagement>
-
<dependencies>
<!-- misc -->
<dependency>
@@ -257,4 +256,5 @@
</plugins>
</pluginManagement>
</build>
+
</project>