[maven-release-plugin] prepare release org.apache.felix.http.jetty-4.0.16
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index e135277..e451ec2 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -30,14 +30,15 @@
     <description>This is an implementation of the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
 
     <artifactId>org.apache.felix.http.jetty</artifactId>
-    <version>4.0.15-SNAPSHOT</version>
+    <version>4.0.16</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.jetty-4.0.16</tag>
+  </scm>
     
     <properties>
         <!-- Skip because of problems with Java 8 -->