upgraded maven-dependency-plugin
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/09d2b1bb Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/09d2b1bb Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/09d2b1bb Branch: refs/heads/3.4.0-RCs Commit: 09d2b1bb8c96242cc8b49c3b59c64fb32e51507e Parents: 69ebf89 Author: Sergio Fernández <[email protected]> Authored: Fri Jun 16 15:22:54 2017 +0200 Committer: Sergio Fernández <[email protected]> Committed: Fri Jun 16 15:22:54 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/09d2b1bb/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ee7a605..f3b3339 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -259,7 +259,7 @@ <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <versionRange>[2.5.1,)</versionRange> + <versionRange>[3.0.1,)</versionRange> <goals> <goal>list</goal> </goals> @@ -405,7 +405,7 @@ </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> + <version>3.0.1</version> <executions> <execution> <phase>process-resources</phase>
