You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2012/09/27 21:35:00 UTC

svn commit: r1391184 - /felix/trunk/http/jetty/pom.xml

Author: fmeschbe
Date: Thu Sep 27 19:34:59 2012
New Revision: 1391184

URL: http://svn.apache.org/viewvc?rev=1391184&view=rev
Log:
FELIX-3684 Make sure most recent http.base is embedded (patch by Chetan Mehrotra, thanks alot)

Modified:
    felix/trunk/http/jetty/pom.xml

Modified: felix/trunk/http/jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1391184&r1=1391183&r2=1391184&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Thu Sep 27 19:34:59 2012
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>2.2.0</version>
+            <version>2.2.1-SNAPSHOT</version>
         </dependency>
     </dependencies>