[maven-release-plugin] prepare release hoodie-0.2.6
diff --git a/hoodie-cli/pom.xml b/hoodie-cli/pom.xml
index b839099..870603b 100644
--- a/hoodie-cli/pom.xml
+++ b/hoodie-cli/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.2.6-SNAPSHOT</version>
+    <version>0.2.6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-client/pom.xml b/hoodie-client/pom.xml
index 3b1955c..0a04b9f 100644
--- a/hoodie-client/pom.xml
+++ b/hoodie-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>hoodie</artifactId>
         <groupId>com.uber.hoodie</groupId>
-        <version>0.2.6-SNAPSHOT</version>
+        <version>0.2.6</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-common/pom.xml b/hoodie-common/pom.xml
index be42a6f..5ac54ac 100644
--- a/hoodie-common/pom.xml
+++ b/hoodie-common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>hoodie</artifactId>
         <groupId>com.uber.hoodie</groupId>
-        <version>0.2.6-SNAPSHOT</version>
+        <version>0.2.6</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-hadoop-mr/pom.xml b/hoodie-hadoop-mr/pom.xml
index a3b968c..6d6c8c9 100644
--- a/hoodie-hadoop-mr/pom.xml
+++ b/hoodie-hadoop-mr/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.2.6-SNAPSHOT</version>
+    <version>0.2.6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-hive/pom.xml b/hoodie-hive/pom.xml
index f2c431d..463c4c8 100644
--- a/hoodie-hive/pom.xml
+++ b/hoodie-hive/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.2.6-SNAPSHOT</version>
+    <version>0.2.6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 0ca2afd..bbb9a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <groupId>com.uber.hoodie</groupId>
     <artifactId>hoodie</artifactId>
     <packaging>pom</packaging>
-    <version>0.2.6-SNAPSHOT</version>
+    <version>0.2.6</version>
     <modules>
         <module>hoodie-common</module>
         <module>hoodie-client</module>
@@ -99,7 +99,7 @@
         <connection>scm:git:git@github.com:uber/hoodie.git</connection>
         <developerConnection>scm:git:git@github.com:uber/hoodie.git</developerConnection>
         <url>git@github.com:uber/hoodie.git</url>
-        <tag>HEAD</tag>
+        <tag>hoodie-0.2.6</tag>
     </scm>
 
     <mailingLists>