[maven-release-plugin] prepare release org.apache.felix.healthcheck.core-2.0.8
diff --git a/healthcheck/core/pom.xml b/healthcheck/core/pom.xml
index 955e000..718316c 100644
--- a/healthcheck/core/pom.xml
+++ b/healthcheck/core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.felix.healthcheck.core</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.8</version>
 
     <name>Apache Felix Health Check Core</name>
     <inceptionYear>2013</inceptionYear>
@@ -50,7 +50,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.core-2.0.8</tag>
+  </scm>
 
     <build>
         <plugins>