You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/07/15 20:22:35 UTC

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

Author: dwoods
Date: Thu Jul 15 18:22:35 2010
New Revision: 964521

URL: http://svn.apache.org/viewvc?rev=964521&view=rev
Log:
upgrade to released Jetty 8.0.0.M1 until M2-SNAPSHOT is available

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

Modified: geronimo/server/trunk/plugins/jetty8/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jetty8/pom.xml?rev=964521&r1=964520&r2=964521&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jetty8/pom.xml (original)
+++ geronimo/server/trunk/plugins/jetty8/pom.xml Thu Jul 15 18:22:35 2010
@@ -34,7 +34,7 @@
     </description>
 
     <properties>
-        <jettyVersion>8.0.0.M1-SNAPSHOT</jettyVersion>
+        <jettyVersion>8.0.0.M1</jettyVersion>
     </properties>
 
     <dependencyManagement>
@@ -135,4 +135,4 @@
         </profile>
     </profiles>
 
-</project>
\ No newline at end of file
+</project>



Re: svn commit: r964521 - /geronimo/server/trunk/plugins/jetty8/pom.xml

Posted by Donald Woods <dw...@apache.org>.
Note - this will cause a build failure until someone has a chance to
look at the geronimo-jetty code -

[INFO] Compilation failure
/Users/drwoods/geronimo/server-trunk/plugins/jetty8/geronimo-jetty8/src/main/java/org/apache/geronimo/jetty8/WebAppContextWrapper.java:[229,21]
cannot find symbol
symbol  : method
setInitParams(java.util.Map<java.lang.String,java.lang.String>)
location: class org.apache.geronimo.jetty8.handler.GeronimoWebAppContext



On 7/15/10 2:22 PM, dwoods@apache.org wrote:
> Author: dwoods
> Date: Thu Jul 15 18:22:35 2010
> New Revision: 964521
> 
> URL: http://svn.apache.org/viewvc?rev=964521&view=rev
> Log:
> upgrade to released Jetty 8.0.0.M1 until M2-SNAPSHOT is available
> 
> Modified:
>     geronimo/server/trunk/plugins/jetty8/pom.xml
> 
> Modified: geronimo/server/trunk/plugins/jetty8/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jetty8/pom.xml?rev=964521&r1=964520&r2=964521&view=diff
> ==============================================================================
> --- geronimo/server/trunk/plugins/jetty8/pom.xml (original)
> +++ geronimo/server/trunk/plugins/jetty8/pom.xml Thu Jul 15 18:22:35 2010
> @@ -34,7 +34,7 @@
>      </description>
>  
>      <properties>
> -        <jettyVersion>8.0.0.M1-SNAPSHOT</jettyVersion>
> +        <jettyVersion>8.0.0.M1</jettyVersion>
>      </properties>
>  
>      <dependencyManagement>
> @@ -135,4 +135,4 @@
>          </profile>
>      </profiles>
>  
> -</project>
> \ No newline at end of file
> +</project>
> 
> 
>