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 af7c16aa4e Prepare http releases
af7c16aa4e is described below
commit af7c16aa4e67198a351ae98d97056d2f0aa90e5c
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 24 07:10:13 2023 +0200
Prepare http releases
---
http/bridge/pom.xml | 4 ++--
http/itest/pom.xml | 2 +-
http/jetty/pom.xml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index fa79b76df0..3001d10525 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -165,12 +165,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>5.0.5-SNAPSHOT</version>
+ <version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
</project>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index afe47e5501..d318c37582 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -35,7 +35,7 @@
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.aether.version>2.6.2</pax.url.aether.version>
<http.servlet.api.version>2.1.0</http.servlet.api.version>
- <http.jetty.version>5.0.7-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>5.1.1-SNAPSHOT</http.jetty.version>
</properties>
<build>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index f181cec354..466e6ff210 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -413,12 +413,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>5.0.5-SNAPSHOT</version>
+ <version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>