Updated Branches:
  refs/heads/master ff51a6f3e -> 855e59166

fixed the issue retrieving the tomcat distribution for the installer


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/855e5916
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/855e5916
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/855e5916

Branch: refs/heads/master
Commit: 855e591669da4daa09e39c624efd2f35055e062c
Parents: ff51a6f
Author: Sergio Fernández <[email protected]>
Authored: Wed Apr 10 13:48:18 2013 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Wed Apr 10 13:48:18 2013 +0200

----------------------------------------------------------------------
 launchers/marmotta-installer/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/855e5916/launchers/marmotta-installer/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-installer/pom.xml 
b/launchers/marmotta-installer/pom.xml
index 36d5baa..cfe6c5c 100644
--- a/launchers/marmotta-installer/pom.xml
+++ b/launchers/marmotta-installer/pom.xml
@@ -36,7 +36,7 @@
         <stagingDir>${project.build.directory}/installer</stagingDir>
 
         <!-- these are replaced in installer files -->
-        <TOMCAT_VERSION>7.0.37</TOMCAT_VERSION>
+        <TOMCAT_VERSION>7.0.39</TOMCAT_VERSION>
         <MARMOTTA_VERSION>${project.version}</MARMOTTA_VERSION>
         <MARMOTTA_ROOT>${project.basedir}/../../</MARMOTTA_ROOT>
     </properties>
@@ -218,10 +218,10 @@
                                     <goal>wget</goal>
                                 </goals>
                                 <configuration>
-                                    
<url>http://www.eu.apache.org/dist/tomcat/tomcat-7/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.zip</url>
+                                    
<url>http://archive.apache.org/dist/tomcat/tomcat-7/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.zip</url>
                                     <unpack>false</unpack>
                                     
<outputDirectory>${stagingDir}/lib</outputDirectory>
-                                    <md5>796244156a8d932c8eb75fd05ac2b31e</md5>
+                                    <md5>30c6adc5b537be4bd098a4b30b5385a5</md5>
                                 </configuration>
                             </execution>
                         </executions>

Reply via email to