[maven-release-plugin] prepare release sketches-pig-0.2.0
diff --git a/pom.xml b/pom.xml
index dd9c557..4519caa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,14 +3,12 @@
      Licensed under the terms of the Apache License 2.0. 
      See LICENSE file at the project root for terms. -->
 
-<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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.yahoo.datasketches</groupId>
   <artifactId>sketches-pig</artifactId>
-  <version>0.1.2-SNAPSHOT</version>
+  <version>0.2.0</version>
 
   <name>${project.groupId}:${project.artifactId}</name>
   <description>Data Sketches Pig</description>
@@ -41,7 +39,7 @@
     <connection>scm:git:ssh://git@github.com/DataSketches/sketches-pig.git</connection>
     <developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-pig.git</developerConnection>
     <url>https://github.com/DataSketches/sketches-pig.git</url>
-    <tag>HEAD</tag>
+    <tag>sketches-pig-0.2.0</tag>
   </scm>
 
   <properties>
@@ -249,7 +247,7 @@
         <artifactId>coveralls-maven-plugin</artifactId>
         <version>4.0.0</version>
         <configuration>
-          <repoToken></repoToken>
+          <repoToken />
         </configuration>
       </plugin>