[maven-release-plugin] prepare release hoodie-0.4.0
diff --git a/hoodie-cli/pom.xml b/hoodie-cli/pom.xml
index c83e044..b38d187 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.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-client/pom.xml b/hoodie-client/pom.xml
index 5c55d88..c07bfbd 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.4.0-SNAPSHOT</version>
+        <version>0.4.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-common/pom.xml b/hoodie-common/pom.xml
index 578711b..ec3154a 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.4.0-SNAPSHOT</version>
+        <version>0.4.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-hadoop-mr/pom.xml b/hoodie-hadoop-mr/pom.xml
index 4a379f4..89966a1 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.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-hive/pom.xml b/hoodie-hive/pom.xml
index abac837..2d8556d 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.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-spark/pom.xml b/hoodie-spark/pom.xml
index ce26e98..87b675a 100644
--- a/hoodie-spark/pom.xml
+++ b/hoodie-spark/pom.xml
@@ -17,13 +17,11 @@
   ~
   -->
 
-<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">
     <parent>
         <artifactId>hoodie</artifactId>
         <groupId>com.uber.hoodie</groupId>
-        <version>0.4.0-SNAPSHOT</version>
+        <version>0.4.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-utilities/pom.xml b/hoodie-utilities/pom.xml
index 37143bf..8212a18 100644
--- a/hoodie-utilities/pom.xml
+++ b/hoodie-utilities/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>hoodie</artifactId>
         <groupId>com.uber.hoodie</groupId>
-        <version>0.4.0-SNAPSHOT</version>
+        <version>0.4.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 1e08a2b..5d3d87e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <groupId>com.uber.hoodie</groupId>
     <artifactId>hoodie</artifactId>
     <packaging>pom</packaging>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
     <description>Hoodie is a Apache Spark library that provides the ability to efficiently do incremental processing on datasets in HDFS</description>
     <url>https://github.com/uber/hoodie</url>
     <name>Hoodie</name>
@@ -131,7 +131,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.4.0</tag>
     </scm>
 
     <mailingLists>