[maven-release-plugin] prepare release org.apache.sling.starter.startup-1.0.4
diff --git a/pom.xml b/pom.xml
index c4c6121..adf7a6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.starter.startup</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Starter Startup Module</name>
@@ -38,7 +38,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter-startup.git</url>
-    </scm>
+      <tag>org.apache.sling.starter.startup-1.0.4</tag>
+  </scm>
 
     <build>
         <plugins>