[maven-release-plugin] prepare release slingfeature-maven-plugin-1.5.16
diff --git a/pom.xml b/pom.xml
index 179741f..caa41a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>slingfeature-maven-plugin</artifactId>
-    <version>1.5.15-SNAPSHOT</version>
+    <version>1.5.16</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling OSGi Feature Maven Plugin</name>
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-slingfeature-maven-plugin.git</url>
-    </scm>
+      <tag>slingfeature-maven-plugin-1.5.16</tag>
+  </scm>
 
     <build>
         <plugins>