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 72bcacedeb Prepare for release
72bcacedeb is described below
commit 72bcacedebbc7bc6bac8c1a367d93d85bd1650d9
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Dec 8 07:40:59 2023 +0100
Prepare for release
---
http/bridge/pom.xml | 2 +-
http/itest/pom.xml | 4 ++--
http/jetty/pom.xml | 2 +-
http/jetty12/pom.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index a5f52f15d0..6093e4bc2f 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.3-SNAPSHOT</version>
+ <version>5.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 0984c9c68e..bd7f557a06 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.5-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>5.1.7-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.0-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>1.0.1-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 43d7fbf4a5..188b38db11 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.3-SNAPSHOT</version>
+ <version>5.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 6fa3630774..a7e7397fbf 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -42,7 +42,7 @@
<properties>
<felix.java.version>17</felix.java.version>
- <jetty.version>12.0.3</jetty.version>
+ <jetty.version>12.0.4</jetty.version>
<baseline.skip>true</baseline.skip>
</properties>
@@ -435,7 +435,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>5.1.3-SNAPSHOT</version>
+ <version>5.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>