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/10/11 23:07:44 UTC

svn commit: r1397311 - /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml

Author: dennisl
Date: Thu Oct 11 21:07:43 2012
New Revision: 1397311

URL: http://svn.apache.org/viewvc?rev=1397311&view=rev
Log:
Update to plugin-plugin 3.1 to eliminate deprecation warnings in the generated Help mojo.

Modified:
    maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml?rev=1397311&r1=1397310&r2=1397311&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Thu Oct 11 21:07:43 2012
@@ -53,7 +53,7 @@ under the License.
   <properties>
     <doxiaVersion>1.3</doxiaVersion>
     <mavenVersion>2.0.6</mavenVersion>
-    <pluginPluginVersion>3.0</pluginPluginVersion>
+    <pluginPluginVersion>3.1</pluginPluginVersion>
   </properties>
 
   <dependencies>