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/05/05 20:42:44 UTC

[02/11] git commit: updated the tomcatversion used for the installer

updated the tomcatversion used for the installer


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

Branch: refs/heads/develop
Commit: 477ccd3de5adc7778be641ba87527fc3b13f5eb1
Parents: e9d8aad
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Apr 11 16:25:48 2014 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Apr 11 16:25:48 2014 +0200

----------------------------------------------------------------------
 launchers/marmotta-installer/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/477ccd3d/launchers/marmotta-installer/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml
index ec13351..9c57a19 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.39</TOMCAT_VERSION>
+        <TOMCAT_VERSION>7.0.53</TOMCAT_VERSION>
         <MARMOTTA_VERSION>${project.version}</MARMOTTA_VERSION>
         <MARMOTTA_ROOT>${project.basedir}/../../</MARMOTTA_ROOT>
     </properties>
@@ -259,7 +259,7 @@
                                     <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>30c6adc5b537be4bd098a4b30b5385a5</md5>
+                                    <md5>e819542bf313c3a5e0c1ad03c15880b6</md5>
                                 </configuration>
                             </execution>
                         </executions>