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 02561950af Use released http wrappers 1.0.0
02561950af is described below
commit 02561950af8bb8540817654bc2b2bc609790f6ef
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Aug 27 13:51:46 2023 +0200
Use released http wrappers 1.0.0
---
webconsole/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index e46ec683bc..c01b5b9f1d 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -372,7 +372,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>