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/06/15 12:51:33 UTC

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

Author: cziegeler
Date: Sat Jun 15 12:51:33 2019
New Revision: 1861391

URL: http://svn.apache.org/viewvc?rev=1861391&view=rev
Log:
Back to http.base 4.0.7-SNAPSHOT

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=1861391&r1=1861390&r2=1861391&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Sat Jun 15 12:51:33 2019
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.6</version>
+            <version>4.0.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: felix/trunk/http/jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1861391&r1=1861390&r2=1861391&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Sat Jun 15 12:51:33 2019
@@ -262,7 +262,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.6</version>
+            <version>4.0.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>