[maven-release-plugin] prepare release org.apache.felix.healthcheck.core-2.0.0

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/healthcheck/core@1853845 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 12b05c8..56f0cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.felix.healthcheck.core</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Felix Health Check Core</name>
     <inceptionYear>2013</inceptionYear>
@@ -46,9 +46,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/healthcheck/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/healthcheck/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/http/core/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-2.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-2.0.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.core-2.0.0</url>
     </scm>
 
     <build>