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>
 


Reply via email to