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 50baecd7e7 Update to http base 5.0.0
50baecd7e7 is described below
commit 50baecd7e7278de36bbe031bf1f67035bc2110ba
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Dec 22 11:05:13 2022 +0100
Update to http base 5.0.0
---
http/bridge/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 2ad7228e24..78a4b40e92 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
</dependency>
</dependencies>
</project>