[maven-release-plugin] prepare release org.apache.sling.starter-11
diff --git a/pom.xml b/pom.xml
index e1520c2..e77b3d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>org.apache.sling.starter</artifactId>
     <packaging>slingstart</packaging>
-    <version>11-SNAPSHOT</version>
+    <version>11</version>
 
     <name>Apache Sling Starter Application</name>
     <description>
@@ -33,7 +33,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.starter-11</tag>
   </scm>
 
     <properties>