Author: dennisl
Date: Sat Feb 25 15:06:11 2012
New Revision: 1293623
URL: http://svn.apache.org/viewvc?rev=1293623&view=rev
Log:
Update prerequisite to version 2.0.6 (inherited from parent), because we want
to use a version of Plexus Utils that is newer than the one used in Maven Core.
Also make sure that the Maven Plugin API is for the same version of Maven.
Modified:
maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=1293623&r1=1293622&r2=1293623&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Sat Feb 25 15:06:11 2012
@@ -37,14 +37,14 @@ under the License.
<url>http://maven.apache.org/doxia/doxia/doxia-maven-plugin/</url>
<prerequisites>
- <maven>2.0.2</maven>
+ <maven>${mavenVersion}</maven>
</prerequisites>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
+ <version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>