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 2017/06/07 17:54:09 UTC

[3/9] cxf git commit: Update maven-dependency-plugin

Update maven-dependency-plugin

# Conflicts:
#	rt/rs/client/pom.xml
#	rt/rs/extensions/search/pom.xml
#	rt/rs/security/oauth-parent/oauth2/pom.xml
#	rt/rs/security/sso/oidc/pom.xml
#	rt/transports/jms/pom.xml
#	systests/cdi/cdi-owb/pom.xml
#	systests/jaxrs/pom.xml
#	systests/jaxws/pom.xml
#	systests/rs-security/pom.xml
#	systests/tracing/pom.xml
#	systests/transport-jms/pom.xml
#	systests/uncategorized/pom.xml
#	systests/ws-specs/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a8a85703
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a8a85703
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a8a85703

Branch: refs/heads/3.1.x-fixes
Commit: a8a85703fb2b4241b505b6d811e1fe9607b0bdb3
Parents: f89f2d7
Author: Dennis Kieselhorst <de...@apache.org>
Authored: Fri May 26 10:18:49 2017 +0200
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Jun 7 12:40:51 2017 -0400

----------------------------------------------------------------------
 distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml | 1 -
 pom.xml                                                           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/a8a85703/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
index 598a730..f00c585 100644
--- a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
@@ -127,7 +127,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.2</version>
                 <executions>
                     <execution>
                         <id>copy-dependencies</id>

http://git-wip-us.apache.org/repos/asf/cxf/blob/a8a85703/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd33110..dd9471b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,7 +541,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.10</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>