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 2010/06/03 10:05:21 UTC

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

Author: xuhaihong
Date: Thu Jun  3 08:05:21 2010
New Revision: 950908

URL: http://svn.apache.org/viewvc?rev=950908&view=rev
Log:
Use released Geronimo Tomcat 7.0.0.1

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=950908&r1=950907&r2=950908&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Jun  3 08:05:21 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-SNAPSHOT</tomcatVersion>
+        <tomcatVersion>7.0.0.1</tomcatVersion>
         <tomcatGroupId>org.apache.geronimo.ext.tomcat</tomcatGroupId>
 
         <openejbVersion>3.2-SNAPSHOT</openejbVersion>
@@ -2342,6 +2342,18 @@ only found in cxf
 
             <repositories>
                 <repository>
+                    <id>tomcat-7.0.0.1</id>
+                    <name>Tomcat Repository</name>
+                    <layout>default</layout>
+                    <url>https://repository.apache.org/content/repositories/orgapachegeronimo-007/</url>
+                    <snapshots>
+                        <enabled>false</enabled>
+                    </snapshots>
+                    <releases>
+                        <enabled>true</enabled>
+                    </releases>
+                </repository>
+                <repository>
                     <!-- org.eclipse.jetty routing -->
                     <id>jetty.oss.sonatype.org</id>
                     <name>Jetty Repository</name>