[maven-release-plugin] prepare release grill-parent-1.0.0
diff --git a/grill-api/pom.xml b/grill-api/pom.xml
index 1bbc5c2..e4a608c 100644
--- a/grill-api/pom.xml
+++ b/grill-api/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-api</artifactId>
diff --git a/grill-cli/pom.xml b/grill-cli/pom.xml
index 50f9be9..d6cb334 100644
--- a/grill-cli/pom.xml
+++ b/grill-cli/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>grill-cli</artifactId>
diff --git a/grill-client-dist/pom.xml b/grill-client-dist/pom.xml
index fa0e352..d8689d8 100644
--- a/grill-client-dist/pom.xml
+++ b/grill-client-dist/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-client-dist</artifactId>
diff --git a/grill-client/pom.xml b/grill-client/pom.xml
index a92bf1a..9f2cd37 100644
--- a/grill-client/pom.xml
+++ b/grill-client/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-client</artifactId>
diff --git a/grill-dist/pom.xml b/grill-dist/pom.xml
index 4a4d187..99627e5 100644
--- a/grill-dist/pom.xml
+++ b/grill-dist/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-dist</artifactId>
diff --git a/grill-driver-cube/pom.xml b/grill-driver-cube/pom.xml
index 931c547..df72fb3 100644
--- a/grill-driver-cube/pom.xml
+++ b/grill-driver-cube/pom.xml
@@ -6,7 +6,7 @@
      <parent>
        <artifactId>grill-parent</artifactId>
        <groupId>com.inmobi.grill</groupId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
     </parent>
     
     <artifactId>grill-driver-cube</artifactId>
diff --git a/grill-driver-hive/pom.xml b/grill-driver-hive/pom.xml
index 99525f4..c2d0401 100644
--- a/grill-driver-hive/pom.xml
+++ b/grill-driver-hive/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <properties>
diff --git a/grill-driver-impala/pom.xml b/grill-driver-impala/pom.xml
index 0e8b573..733bab7 100644
--- a/grill-driver-impala/pom.xml
+++ b/grill-driver-impala/pom.xml
@@ -6,7 +6,7 @@
      <parent>
        <artifactId>grill-parent</artifactId>
        <groupId>com.inmobi.grill</groupId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
     </parent>
     
     <artifactId>grill-driver-impala</artifactId>
diff --git a/grill-driver-jdbc/pom.xml b/grill-driver-jdbc/pom.xml
index 865ae54..7dd6077 100644
--- a/grill-driver-jdbc/pom.xml
+++ b/grill-driver-jdbc/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-driver-jdbc</artifactId>
diff --git a/grill-examples/pom.xml b/grill-examples/pom.xml
index dbbb0cc..2290684 100644
--- a/grill-examples/pom.xml
+++ b/grill-examples/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-examples</artifactId>
diff --git a/grill-server-api/pom.xml b/grill-server-api/pom.xml
index 9a7ba04..6c2ac1f 100644
--- a/grill-server-api/pom.xml
+++ b/grill-server-api/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
     
   <artifactId>grill-server-api</artifactId>
diff --git a/grill-server/pom.xml b/grill-server/pom.xml
index 984d606..7d15a2b 100644
--- a/grill-server/pom.xml
+++ b/grill-server/pom.xml
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
     <modelVersion>4.0.0</modelVersion>
 		<name>Grill Server</name>
 
     <parent>
         <artifactId>grill-parent</artifactId>
         <groupId>com.inmobi.grill</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
   <properties>
diff --git a/grill-storage-db/pom.xml b/grill-storage-db/pom.xml
index e82d102..a7f6cea 100644
--- a/grill-storage-db/pom.xml
+++ b/grill-storage-db/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <artifactId>grill-parent</artifactId>
     <groupId>com.inmobi.grill</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>grill-storage-db</artifactId>
diff --git a/pom.xml b/pom.xml
index bce2b13..0b690dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>com.inmobi.grill</groupId>
   <artifactId>grill-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Grill</name>
   <packaging>pom</packaging>
 	<description>Unified Analytics Platform For InMobi</description>
@@ -63,7 +63,7 @@
     <connection>scm:git:https://github.com/InMobi/grill.git</connection>
     <url>https://github.com/InMobi/grill</url>
     <developerConnection>scm:git:https://github.com/InMobi/grill.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>grill-parent-1.0.0</tag>
   </scm>
 
   <reporting>