Author: dennisl
Date: Wed Aug  6 11:15:00 2014
New Revision: 1616159

URL: http://svn.apache.org/r1616159
Log:
Restore property name for Maven Plugin Plugin version.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1616159&r1=1616158&r2=1616159&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Wed Aug  6 11:15:00 2014
@@ -77,7 +77,7 @@ agnostic home for software distribution 
     <rat.site.id>org.apache.rat.site</rat.site.id>
 
     <!-- maven plugin versions -->
-    <maven.plugin.version>3.3</maven.plugin.version>
+    <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
     <surefire.version>2.15</surefire.version>
   </properties>
 
@@ -163,7 +163,7 @@ agnostic home for software distribution 
             <tagletArtifact>
               <groupId>org.apache.maven.plugin-tools</groupId>
               <artifactId>maven-plugin-tools-javadoc</artifactId>
-              <version>3.3</version>
+              <version>${mavenPluginPluginVersion}</version>
             </tagletArtifact>
           </tagletArtifacts>
           <tags>


Reply via email to