You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/05/18 12:30:32 UTC

svn commit: r1124175 - /karaf/branches/karaf-2.2.x/pom.xml

Author: jbonofre
Date: Wed May 18 10:30:32 2011
New Revision: 1124175

URL: http://svn.apache.org/viewvc?rev=1124175&view=rev
Log:
[KARAF-646] Upgrade to Pax Web 1.0.4-SNAPSHOT and Jetty 7.4.1.v20110513.

Modified:
    karaf/branches/karaf-2.2.x/pom.xml

Modified: karaf/branches/karaf-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/pom.xml?rev=1124175&r1=1124174&r2=1124175&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/pom.xml Wed May 18 10:30:32 2011
@@ -110,7 +110,7 @@
         <commons-fileupload.version>1.1.1</commons-fileupload.version>
         <commons-lang.bundle.version>2.4_5</commons-lang.bundle.version>
         <jasypt.bundle.version>1.7_3</jasypt.bundle.version>
-        <jetty.version>7.3.1.v20110307</jetty.version>
+        <jetty.version>7.4.1.v20110513</jetty.version>
         <junit.bundle.version>4.7_3</junit.bundle.version>
 
         <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
@@ -149,7 +149,7 @@
         <pax.logging.version>1.6.2</pax.logging.version>
         <pax.runner.version>1.6.1</pax.runner.version>
         <pax.url.version>1.2.6</pax.url.version>
-        <pax.web.version>1.0.3</pax.web.version>
+        <pax.web.version>1.0.4-SNAPSHOT</pax.web.version>
         <pax.tinybundles.version>1.3.0</pax.tinybundles.version>
         <servlet.api.version>2.5</servlet.api.version>
         <slf4j.version>1.6.1</slf4j.version>