[maven-release-plugin] prepare release org.apache.sling.hapi-1.1.0
diff --git a/pom.xml b/pom.xml
index 962c49e..3cef0d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.hapi</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Hypermedia API tools</name>
@@ -42,7 +42,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hapi.git</url>
-    </scm>
+      <tag>org.apache.sling.hapi-1.1.0</tag>
+  </scm>
 
     <build>
         <plugins>