You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/23 08:14:34 UTC

[maven-doxia-book-maven-plugin] 08/35: Update to Maven Plugin Plugin 2.9.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git

commit 5aa04fe11b1ab8a224806b882970faf6677f18ce
Author: Dennis Lundberg <de...@apache.org>
AuthorDate: Fri Apr 13 21:43:32 2012 +0000

    Update to Maven Plugin Plugin 2.9.
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1325971 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15b55f2..f89b82a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@ under the License.
   <properties>
     <doxiaVersion>1.3</doxiaVersion>
     <mavenVersion>2.0.6</mavenVersion>
+    <pluginPluginVersion>2.9</pluginPluginVersion>
   </properties>
 
   <dependencies>
@@ -116,7 +117,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>${pluginPluginVersion}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -196,7 +197,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>${pluginPluginVersion}</version>
       </plugin>
     </plugins>
   </reporting>