[maven-release-plugin] prepare release sketches-hive-0.11.0
diff --git a/pom.xml b/pom.xml
index 77a5734..dfcfc1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
 
   <groupId>com.yahoo.datasketches</groupId>
   <artifactId>sketches-hive</artifactId>
-  <version>0.10.6-SNAPSHOT</version>
+  <version>0.11.0</version>
 
   <!-- Project Information -->
   <name>${project.groupId}:${project.artifactId}</name>
@@ -92,7 +92,7 @@
     <connection>scm:git:ssh://git@github.com/DataSketches/sketches-hive.git</connection>
     <developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-hive.git</developerConnection>
     <url>https://github.com/DataSketches/sketches-hive.git</url>
-    <tag>HEAD</tag>
+    <tag>sketches-hive-0.11.0</tag>
   </scm>
 
   <prerequisites>