You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/08/05 18:47:33 UTC

[cxf] branch master updated: Update some maven plugins, enforce maven 3.5+ since some of the plugins we were already using require it

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

dkulp 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 bf50c4e  Update some maven plugins, enforce maven 3.5+ since some of the plugins we were already using require it
bf50c4e is described below

commit bf50c4e3fd27db24b51fd971a61b004312aa5e4f
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Aug 5 14:46:08 2020 -0400

    Update some maven plugins, enforce maven 3.5+ since some of the plugins we were already using require it
---
 parent/pom.xml | 2 +-
 pom.xml        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8125b79..cd218a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -594,7 +594,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.6.0</version>
+                <version>1.7.0</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf.build-utils</groupId>
diff --git a/pom.xml b/pom.xml
index 4b6e846..ccd3fc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
@@ -481,7 +481,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -536,7 +536,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -642,7 +642,7 @@
                     <configuration>
                         <rules>
                             <requireMavenVersion>
-                                <version>3.1</version>
+                                <version>3.5</version>
                             </requireMavenVersion>
                             <bannedDependencies>
                                 <excludes>