[maven-release-plugin] prepare release org.apache.sling.commons.johnzon-1.1.2
diff --git a/pom.xml b/pom.xml
index 080b849..48ec420 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
     <artifactId>org.apache.sling.commons.johnzon</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
 
     <name>Apache Sling Commons Johnzon Wrapper Library</name>
     <description>Apache Johnzon powered javax.json library</description>
@@ -30,7 +30,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-johnzon.git</url>
-    </scm>
+      <tag>org.apache.sling.commons.johnzon-1.1.2</tag>
+  </scm>
 
     <build>
         <plugins>