You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/05/01 20:21:14 UTC

[ws-axiom] branch master updated: Update maven-plugin-tools

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d2f6f6  Update maven-plugin-tools
2d2f6f6 is described below

commit 2d2f6f6c57599e91e4388fa86feb65e33616295b
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat May 1 21:18:59 2021 +0100

    Update maven-plugin-tools
---
 buildutils/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index c16dd6c..1ef52d9 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -40,6 +40,7 @@
     <properties>
         <javaVersion>1.8</javaVersion>
         <maven.version>3.8.1</maven.version>
+        <maven-plugin-tools.version>3.6.1</maven-plugin-tools.version>
     </properties>
 
     <dependencyManagement>
@@ -57,7 +58,7 @@
             <dependency>
                 <groupId>org.apache.maven.plugin-tools</groupId>
                 <artifactId>maven-plugin-annotations</artifactId>
-                <version>3.6.0</version>
+                <version>${maven-plugin-tools.version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -67,7 +68,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.6.0</version>
+                    <version>${maven-plugin-tools.version}</version>
                 </plugin>
             </plugins>
         </pluginManagement>