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 f76e80df0f Prepare release
f76e80df0f is described below

commit f76e80df0ffd850446d27ae04ebad60102d8422e
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Mon Jan 22 06:47:30 2024 +0100

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

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 801c372886..a6e11983c3 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -184,7 +184,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.5-SNAPSHOT</version>
+            <version>5.1.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index bd7f557a06..b2c57f36db 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -33,7 +33,7 @@
     <properties>
         <felix.java.version>11</felix.java.version>
         <http.servlet.api.version>2.1.0</http.servlet.api.version>
-        <http.jetty.version>5.1.7-SNAPSHOT</http.jetty.version>
+        <http.jetty.version>5.1.9-SNAPSHOT</http.jetty.version>
         <http.jetty.id>org.apache.felix.http.jetty</http.jetty.id>
         <pax.exam.version>4.13.1</pax.exam.version>
         <pax.url.aether.version>2.6.14</pax.url.aether.version>
@@ -45,7 +45,7 @@
             <properties>
                 <felix.java.version>17</felix.java.version>
                 <http.servlet.api.version>3.0.0</http.servlet.api.version>
-                <http.jetty.version>1.0.1-SNAPSHOT</http.jetty.version>
+                <http.jetty.version>1.0.3-SNAPSHOT</http.jetty.version>
                 <http.jetty.id>org.apache.felix.http.jetty12</http.jetty.id>
             </properties>
         </profile>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 934ed9b435..5ffb4c9ded 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -431,7 +431,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.5-SNAPSHOT</version>
+            <version>5.1.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index bff610fb04..be26fd73b6 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -435,7 +435,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.5-SNAPSHOT</version>
+            <version>5.1.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

Reply via email to