You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/04/24 09:08:25 UTC

[cxf] branch master updated: update maven-clean-plugin and maven-jar-plugin to latest version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7cb5ab6  update maven-clean-plugin and maven-jar-plugin to latest version
7cb5ab6 is described below

commit 7cb5ab644b81e7115cb1c4892579121430e08d6e
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Tue Apr 24 11:07:52 2018 +0200

    update maven-clean-plugin and maven-jar-plugin to latest version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 613addc..6a93475 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -528,7 +528,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.0.2</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.