Repository: cxf Updated Branches: refs/heads/3.1.x-fixes eaef73a95 -> daa35eef6
Update depends plugin to 1.4.0 # Conflicts: # osgi/itests/pom.xml # parent/pom.xml Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c16054c5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c16054c5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c16054c5 Branch: refs/heads/3.1.x-fixes Commit: c16054c5b7f299091405bb6f4e6a1734d764ff96 Parents: eaef73a Author: Christian Schneider <[email protected]> Authored: Mon May 8 10:53:43 2017 +0200 Committer: Daniel Kulp <[email protected]> Committed: Wed May 24 13:42:05 2017 -0400 ---------------------------------------------------------------------- osgi/itests/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c16054c5/osgi/itests/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml index 3d2b1f2..4105d21 100644 --- a/osgi/itests/pom.xml +++ b/osgi/itests/pom.xml @@ -188,7 +188,7 @@ </dependencies> <build> <plugins> - <!-- generate dependencies versions --> + <!-- generate dependencies versions for pax exam --> <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/c16054c5/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 93a9be6..1110050 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -277,7 +277,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> - <version>1.2</version> + <version>1.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
