You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/02/25 16:06:11 UTC

svn commit: r1293623 - /maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml

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>