[maven-release-plugin] prepare release org.apache.felix.healthcheck.api-2.0.4
diff --git a/healthcheck/api/pom.xml b/healthcheck/api/pom.xml
index fada82f..25c98bd 100644
--- a/healthcheck/api/pom.xml
+++ b/healthcheck/api/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.felix.healthcheck.api</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.4</version>
 
     <name>Apache Felix Health Check API</name>
     <inceptionYear>2013</inceptionYear>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-    </scm>
+      <tag>org.apache.felix.healthcheck.api-2.0.4</tag>
+  </scm>
 
 
     <build>