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 e6aad9cba9 Revert changes for release
e6aad9cba9 is described below
commit e6aad9cba9082cd44be46219087334603ff6beac
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Oct 6 14:53:02 2022 +0200
Revert changes for release
---
http/base-4.x/pom.xml | 3 +--
http/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/http/base-4.x/pom.xml b/http/base-4.x/pom.xml
index 5a6be79fc3..f8ccc1e277 100644
--- a/http/base-4.x/pom.xml
+++ b/http/base-4.x/pom.xml
@@ -28,14 +28,13 @@
<name>Apache Felix Http Base</name>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>4.2.3-SNAPSHOT</version>
+ <version>4.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<scm>
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
- <tag>org.apache.felix.http.base-4.2.2</tag>
</scm>
<properties>
diff --git a/http/pom.xml b/http/pom.xml
index bb26bdbde2..3ac9146a6c 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>