You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2019/09/12 05:19:38 UTC

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

Author: cziegeler
Date: Thu Sep 12 05:19:37 2019
New Revision: 1866828

URL: http://svn.apache.org/viewvc?rev=1866828&view=rev
Log:
Use http.base 4.0.8

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=1866828&r1=1866827&r2=1866828&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Thu Sep 12 05:19:37 2019
@@ -262,7 +262,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.9-SNAPSHOT</version>
+            <version>4.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>