You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/11/19 23:35:16 UTC

svn commit: r1037064 - in /geronimo/server/trunk: plugins/jetty8/pom.xml pom.xml

Author: gawor
Date: Fri Nov 19 22:35:15 2010
New Revision: 1037064

URL: http://svn.apache.org/viewvc?rev=1037064&view=rev
Log:
see if we can use jetty 8 m2

Modified:
    geronimo/server/trunk/plugins/jetty8/pom.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/plugins/jetty8/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jetty8/pom.xml?rev=1037064&r1=1037063&r2=1037064&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jetty8/pom.xml (original)
+++ geronimo/server/trunk/plugins/jetty8/pom.xml Fri Nov 19 22:35:15 2010
@@ -34,7 +34,7 @@
     </description>
 
     <properties>
-        <jettyVersion>8.0.0.M3-SNAPSHOT</jettyVersion>
+        <jettyVersion>8.0.0.M2</jettyVersion>
     </properties>
 
     <dependencyManagement>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1037064&r1=1037063&r2=1037064&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Nov 19 22:35:15 2010
@@ -2401,7 +2401,7 @@ only found in cxf
                     <id>jetty.oss.sonatype.org</id>
                     <name>Jetty Repository</name>
                     <layout>default</layout>
-                    <url>http://oss.sonatype.org/content/repositories/jetty/</url>
+                    <url>http://oss.sonatype.org/content/groups/jetty-with-staging</url>
                     <snapshots>
                         <enabled>true</enabled>
                     </snapshots>