You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2014/10/23 21:35:51 UTC

svn commit: r1633932 - /creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml

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>