[maven-release-plugin] prepare release org.apache.felix.http.bridge-4.1.2
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index fe784c2..df130be 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -29,14 +29,14 @@
     <name>Apache Felix Http Bridge</name>
     <description>This is an implementation of the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
     <artifactId>org.apache.felix.http.bridge</artifactId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>4.1.2</version>
     <packaging>bundle</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>HEAD</tag>
+      <tag>org.apache.felix.http.bridge-4.1.2</tag>
   </scm>
 
     <properties>