You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/09/22 01:44:36 UTC

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

Author: djencks
Date: Tue Sep 21 23:44:36 2010
New Revision: 999689

URL: http://svn.apache.org/viewvc?rev=999689&view=rev
Log:
GERONIMO-5624 pull in listener fix from our copy of tomcat 7 (cf GERONIMO-5620)

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=999689&r1=999688&r2=999689&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Sep 21 23:44:36 2010
@@ -67,7 +67,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.0.1</tomcatVersion>
+        <tomcatVersion>7.0.0.2-SNAPSHOT</tomcatVersion>
         <tomcatGroupId>org.apache.geronimo.ext.tomcat</tomcatGroupId>
 
         <openejbVersion>3.2-SNAPSHOT</openejbVersion>