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 55874847d8 Use 4.x versions for release
55874847d8 is described below
commit 55874847d8be6f03d888f11a71391d556357a182
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Oct 6 14:12:29 2022 +0200
Use 4.x versions for release
---
http/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/http/pom.xml b/http/pom.xml
index 3ac9146a6c..bb26bdbde2 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -40,10 +40,10 @@
<modules>
<module>servlet-api</module>
- <module>base</module>
+ <!-- <module>base</module>
<module>bridge</module>
<module>jetty</module>
- <module>base-4.x</module>
+ --> <module>base-4.x</module>
<module>bridge-4.x</module>
<module>jetty-4.x</module>
<module>parent</module>