You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2013/04/18 15:18:18 UTC

svn commit: r1469307 - in /geronimo/server/branches/3.0: plugins/tomcat/tomcat7/src/main/history/dependencies.xml pom.xml

Author: xiaming
Date: Thu Apr 18 13:18:18 2013
New Revision: 1469307

URL: http://svn.apache.org/r1469307
Log:
Use Tomcat 7.0.39.1-SNAPSHOT fork

Modified:
    geronimo/server/branches/3.0/plugins/tomcat/tomcat7/src/main/history/dependencies.xml
    geronimo/server/branches/3.0/pom.xml

Modified: geronimo/server/branches/3.0/plugins/tomcat/tomcat7/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/plugins/tomcat/tomcat7/src/main/history/dependencies.xml?rev=1469307&r1=1469306&r2=1469307&view=diff
==============================================================================
--- geronimo/server/branches/3.0/plugins/tomcat/tomcat7/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0/plugins/tomcat/tomcat7/src/main/history/dependencies.xml Thu Apr 18 13:18:18 2013
@@ -37,6 +37,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.geronimo.ext.tomcat</groupId>
+        <artifactId>util</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>geronimo-deployment</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/pom.xml?rev=1469307&r1=1469306&r2=1469307&view=diff
==============================================================================
--- geronimo/server/branches/3.0/pom.xml (original)
+++ geronimo/server/branches/3.0/pom.xml Thu Apr 18 13:18:18 2013
@@ -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.27.2-SNAPSHOT</tomcatVersion>
+        <tomcatVersion>7.0.39.1-SNAPSHOT</tomcatVersion>
         <tomcatGroupId>org.apache.geronimo.ext.tomcat</tomcatGroupId>
 
         <openejbVersion>4.0.0-beta-1</openejbVersion>