[maven-release-plugin] prepare release griffin-0.6.0
diff --git a/measure/pom.xml b/measure/pom.xml
index a1d8f8e..b50dcb2 100644
--- a/measure/pom.xml
+++ b/measure/pom.xml
@@ -17,14 +17,13 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0</version>
     </parent>
 
     <artifactId>measure</artifactId>
@@ -272,8 +271,7 @@
                         </goals>
                         <configuration>
                             <transformers>
-                                <transformer
-                                        implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <mainClass>org.apache.griffin.measure.Application</mainClass>
                                 </transformer>
                             </transformers>
diff --git a/pom.xml b/pom.xml
index 2c3e021..2977e69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.apache.org</url>
@@ -79,7 +79,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=griffin.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>griffin-0.6.0</tag>
     </scm>
 
     <distributionManagement>
diff --git a/service/pom.xml b/service/pom.xml
index dd2466f..6502f47 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0</version>
     </parent>
 
     <artifactId>service</artifactId>
diff --git a/ui/pom.xml b/ui/pom.xml
index d42cb6a..4f28dd5 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0</version>
     </parent>
     <artifactId>ui</artifactId>
     <packaging>pom</packaging>