[maven-release-plugin] prepare release org.apache.sling.scripting.groovy-1.0.4
diff --git a/pom.xml b/pom.xml
index 1d4b4da..a36d3fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
     <artifactId>sling</artifactId>
     <groupId>org.apache.sling</groupId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.scripting.groovy</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4</version>
 
   <name>Apache Sling Scripting Groovy</name>
   <description>Support for scripting with Groovy</description>
@@ -45,6 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-groovy.git</url>
+    <tag>org.apache.sling.scripting.groovy-1.0.4</tag>
   </scm>
 
   <build>