You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/07/07 07:56:58 UTC

[4/6] git commit: updated download maven plugin

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 <wi...@apache.org>
Authored: Tue Jul 1 16:55:16 2014 +0200
Committer: Sergio Fernández <wi...@apache.org>
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>