You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/08/30 16:17:54 UTC

svn commit: r1163224 - /geronimo/server/trunk/pom.xml

Author: xuhaihong
Date: Tue Aug 30 14:17:54 2011
New Revision: 1163224

URL: http://svn.apache.org/viewvc?rev=1163224&view=rev
Log:
Use Tomcat 7.0.19.2-SNAPSHOT to include a security fix

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1163224&r1=1163223&r2=1163224&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Aug 30 14:17:54 2011
@@ -66,7 +66,7 @@
         FIXME: STOP using properties for dependency versions unless you absolutly need them,
                ie. you have a hundred dependencies that all use the same version.
         -->
-        <tomcatVersion>7.0.19.1</tomcatVersion>
+        <tomcatVersion>7.0.19.2-SNAPSHOT</tomcatVersion>
         <tomcatGroupId>org.apache.geronimo.ext.tomcat</tomcatGroupId>
 
         <openejbVersion>4.0.0-SNAPSHOT</openejbVersion>