You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/07/28 04:10:01 UTC

svn commit: r979930 - /geronimo/server/branches/2.2/pom.xml

Author: delos
Date: Wed Jul 28 02:10:00 2010
New Revision: 979930

URL: http://svn.apache.org/viewvc?rev=979930&view=rev
Log:
update external tomcat version to 6.0.29.0 and add staging repository for TCK running

Modified:
    geronimo/server/branches/2.2/pom.xml

Modified: geronimo/server/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/pom.xml?rev=979930&r1=979929&r2=979930&view=diff
==============================================================================
--- geronimo/server/branches/2.2/pom.xml (original)
+++ geronimo/server/branches/2.2/pom.xml Wed Jul 28 02:10:00 2010
@@ -62,7 +62,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>6.0.26.0</tomcatVersion>
+        <tomcatVersion>6.0.29.0</tomcatVersion>
         <tomcatGroupId>org.apache.geronimo.ext.tomcat</tomcatGroupId>
 
         <openejbVersion>3.1.3-SNAPSHOT</openejbVersion>
@@ -2141,6 +2141,21 @@
         </site>
     </distributionManagement>
 
+    <repositories>
+        <repository>
+              <id>tomcat-parent-6.0.29</id>
+              <name>External Tomcat</name>
+              <url>https://repository.apache.org/content/repositories/orgapachegeronimo-028</url>
+              <layout>default</layout>
+              <releases>
+                  <enabled>true</enabled>
+              </releases>
+              <snapshots>
+                  <enabled>false</enabled>
+              </snapshots>
+        </repository>
+    </repositories>
+
     <pluginRepositories>
         <!-- required for clean build unless you want to bootstrap the car-maven-plugin -->
         <pluginRepository>