Author: dennisl
Date: Thu Oct 23 19:35:50 2014
New Revision: 1633932

URL: http://svn.apache.org/r1633932
Log:
Specify a version for Maven Plugin Plugin. This should solve the site build 
failure in Jenkins.

Modified:
    creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml

Modified: creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml?rev=1633932&r1=1633931&r2=1633932&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml Thu Oct 23 
19:35:50 2014
@@ -174,6 +174,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-plugin-plugin</artifactId>
+              <version>${mavenPluginPluginVersion}</version>
             </plugin>
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>


Reply via email to