Revert changes for release
diff --git a/http/base-4.x/pom.xml b/http/base-4.x/pom.xml
index 5a6be79..f8ccc1e 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 bb26bdb..3ac9146 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>