[maven-release-plugin] prepare release org.apache.sling.sample.slingshot-0.9.0
diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index c230094..04ed781 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.sample.slingshot</artifactId>
-    <version>0.8.1-SNAPSHOT</version>
+    <version>0.9.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Sample Slingshot</name>
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
-    </scm>
+      <tag>org.apache.sling.sample.slingshot-0.9.0</tag>
+  </scm>
 
     <build>
         <plugins>