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:03:46 UTC

svn commit: r1293622 - /maven/doxia/doxia/trunk/pom.xml

Author: dennisl
Date: Sat Feb 25 15:03:46 2012
New Revision: 1293622

URL: http://svn.apache.org/viewvc?rev=1293622&view=rev
Log:
Put the Maven version into a property.

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1293622&r1=1293621&r2=1293622&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Feb 25 15:03:46 2012
@@ -151,7 +151,7 @@ under the License.
   </mailingLists>
 
   <prerequisites>
-    <maven>2.0.6</maven>
+    <maven>${mavenVersion}</maven>
   </prerequisites>
 
   <modules>
@@ -188,6 +188,7 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <mavenVersion>2.0.6</mavenVersion>
     <projectVersion>${project.version}</projectVersion>
   </properties>