[maven-release-plugin] prepare release sketches-pig-0.1.1
diff --git a/pom.xml b/pom.xml
index b6d5481..4f2df02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.yahoo.datasketches</groupId>
   <artifactId>sketches-pig</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.1</version>
 
   <name>${project.groupId}:${project.artifactId}</name>
   <description>Data Sketches Pig</description>
@@ -35,7 +35,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.1.1</tag>
   </scm>