[maven-release-plugin] prepare release org.apache.felix.http.webconsoleplugin-1.0.0
diff --git a/http/webconsoleplugin/pom.xml b/http/webconsoleplugin/pom.xml
index dccd0e6..941f5fe 100644
--- a/http/webconsoleplugin/pom.xml
+++ b/http/webconsoleplugin/pom.xml
@@ -28,14 +28,15 @@
 
     <name>Apache Felix Http Webconsole Plugin</name>
     <artifactId>org.apache.felix.http.webconsoleplugin</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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>
-    </scm>
+      <tag>org.apache.felix.http.webconsoleplugin-1.0.0</tag>
+  </scm>
 
     <build>
         <plugins>