updated download maven plugin
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/4888f782 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/4888f782 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/4888f782 Branch: refs/heads/ldp Commit: 4888f78212d029cfe6c9a9ccd9ddd6356bd56f44 Parents: 9793050 Author: Sergio Fernández <[email protected]> Authored: Tue Jul 1 16:55:16 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Jul 1 16:55:16 2014 +0200 ---------------------------------------------------------------------- launchers/marmotta-installer/pom.xml | 2 +- parent/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/4888f782/launchers/marmotta-installer/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml index 9c57a19..4cc2de8 100644 --- a/launchers/marmotta-installer/pom.xml +++ b/launchers/marmotta-installer/pom.xml @@ -247,7 +247,7 @@ </plugin> <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> - <artifactId>maven-download-plugin</artifactId> + <artifactId>download-maven-plugin</artifactId> <executions> <execution> <id>download-tomcat</id> http://git-wip-us.apache.org/repos/asf/marmotta/blob/4888f782/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index aea520a..7fee085 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -574,8 +574,8 @@ </plugin> <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> - <artifactId>maven-download-plugin</artifactId> - <version>1.1.0</version> + <artifactId>download-maven-plugin</artifactId> + <version>1.2.0</version> </plugin> </plugins> </pluginManagement>
