Author: bentmann
Date: Sun Apr 11 12:56:37 2010
New Revision: 932885
URL: http://svn.apache.org/viewvc?rev=932885&view=rev
Log:
o Inherited from maven-parent:16
o Updated to maven-plugin-plugin:2.5.1
o Updated to maven-invoker-plugin:1.5
Modified:
maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
maven/enforcer/trunk/pom.xml
Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=932885&r1=932884&r2=932885&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Sun Apr 11 12:56:37 2010
@@ -20,7 +20,6 @@
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <inceptionYear>2007</inceptionYear>
<parent>
<groupId>org.apache.maven.enforcer</groupId>
@@ -36,6 +35,7 @@
<name>Maven Enforcer Plugin</name>
<description>The Loving Iron Fist of Maven</description>
<url>http://maven.apache.org/plugins/maven-enforcer-plugin/</url>
+ <inceptionYear>2007</inceptionYear>
<developers>
<developer>
@@ -175,7 +175,7 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Modified: maven/enforcer/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=932885&r1=932884&r2=932885&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sun Apr 11 12:56:37 2010
@@ -23,7 +23,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.apache.maven</groupId>
- <version>15</version>
+ <version>16</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
@@ -149,7 +149,7 @@
</distributionManagement>
<properties>
<maven.version>2.0.9</maven.version>
- <maven.plugin.plugin.version>2.4.3</maven.plugin.plugin.version>
+ <maven.plugin.plugin.version>2.5.1</maven.plugin.plugin.version>
<site.deploy.url>scp://people.apache.org/www/maven.apache.org</site.deploy.url>
</properties>