[maven-release-plugin] prepare release org.apache.sling.tenant-1.1.2
diff --git a/pom.xml b/pom.xml
index a765dcf..58827a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.tenant</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Tenant</name>
@@ -39,7 +39,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-tenant.git</url>
-    </scm>
+      <tag>org.apache.sling.tenant-1.1.2</tag>
+  </scm>
 
     <build>
         <plugins>