[maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.16
diff --git a/pom.xml b/pom.xml
index fa1c4be..8723438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 	</parent>
 
 	<artifactId>org.apache.sling.auth.form</artifactId>
-	<version>1.0.15-SNAPSHOT</version>
+	<version>1.0.16</version>
 	<packaging>bundle</packaging>
 
 	<name>Apache Sling Form Based Authentication Handler</name>
@@ -40,7 +40,7 @@
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</developerConnection>
 		<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-form.git</url>
-	  <tag>HEAD</tag>
+	  <tag>org.apache.sling.auth.form-1.0.16</tag>
   </scm>
 
 	<build>