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/04 08:31:58 UTC

svn commit: r1866359 - in /felix/trunk/http: bridge/pom.xml jetty/pom.xml

Author: cziegeler
Date: Wed Sep  4 08:31:57 2019
New Revision: 1866359

URL: http://svn.apache.org/viewvc?rev=1866359&view=rev
Log:
Update to http base 4.0.8

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

Modified: felix/trunk/http/bridge/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/bridge/pom.xml?rev=1866359&r1=1866358&r2=1866359&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Wed Sep  4 08:31:57 2019
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.7-SNAPSHOT</version>
+            <version>4.0.8</version>
         </dependency>
     </dependencies>
 

Modified: felix/trunk/http/jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1866359&r1=1866358&r2=1866359&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Wed Sep  4 08:31:57 2019
@@ -262,7 +262,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.7-SNAPSHOT</version>
+            <version>4.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>