[maven-release-plugin] prepare release org.apache.sling.commons.contentdetection-1.0.4
diff --git a/pom.xml b/pom.xml
index 1b3998a..5ae5d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.contentdetection</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
 
     <name>Apache Sling Content Detection Support</name>
     <description>Content-based MIME type detection</description>
@@ -44,7 +44,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-contentdetection.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-contentdetection.git</developerConnection>
         <url>http://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</url>
-    </scm>
+      <tag>org.apache.sling.commons.contentdetection-1.0.4</tag>
+  </scm>
 
     <dependencies>
         <!-- javax -->