You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/01 12:05:11 UTC

[cxf] 02/02: Update to maven-invoker-plugin 3.2.1

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e75756033fcb6f393fc725d13a5241c462add1d9
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Sat Feb 1 15:03:50 2020 +0300

    Update to maven-invoker-plugin 3.2.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3227f6c..4ace41d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -571,7 +571,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-invoker-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>