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 2020/09/23 07:25:28 UTC

[felix-dev] branch master updated: Prepare http release

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 03eccc6  Prepare http release
03eccc6 is described below

commit 03eccc6410747b106f53f00ebfcd9442b3208198
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Sep 23 09:24:04 2020 +0200

    Prepare http release
---
 http/bridge/pom.xml | 2 +-
 http/jetty/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index e28522e..e2e1718 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -141,7 +141,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.11-SNAPSHOT</version>
+            <version>4.1.0</version>
         </dependency>
     </dependencies>
 
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 5767282..fac0bb8 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -398,7 +398,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.11-SNAPSHOT</version>
+            <version>4.1.0</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>