CHUKWA-795. Release Chukwa 0.7.0.  (Eric Yang)
diff --git a/pom.xml b/pom.xml
index 690ad82..2ca49ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <properties>
         <buildtype>test</buildtype>
         <BUILD_NUMBER>${env.BUILD_NUMBER}</BUILD_NUMBER>
-        <VERSION>0.7.0-SNAPSHOT</VERSION>
+        <VERSION>0.7.0</VERSION>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <package.prefix>/usr</package.prefix>
         <package.conf.dir>/etc/chukwa</package.conf.dir>
@@ -63,7 +63,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.chukwa</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <artifactId>chukwa</artifactId>
     <packaging>jar</packaging>
 
@@ -73,9 +73,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/chukwa</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/chukwa</developerConnection>
-        <tag></tag>
+      <connection>scm:git:git://git.apache.org/chukwa.git</connection>
+      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/chukwa.git</developerConnection>
+      <url>https://git-wip-us.apache.org/repos/asf?p=chukwa.git</url>
     </scm>
 
     <mailingLists>