Changed to 1.0.0 version.
diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml
index 2f236d4..6f8a744 100644
--- a/giraph-accumulo/pom.xml
+++ b/giraph-accumulo/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-accumulo</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-core/pom.xml b/giraph-core/pom.xml
index 56ff468..ef79587 100644
--- a/giraph-core/pom.xml
+++ b/giraph-core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-core</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-examples/pom.xml b/giraph-examples/pom.xml
index 4a0088c..454acba 100644
--- a/giraph-examples/pom.xml
+++ b/giraph-examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-examples</artifactId>
   <packaging>jar</packaging>
@@ -433,7 +433,7 @@
     <dependency>
       <groupId>org.apache.giraph</groupId>
       <artifactId>giraph-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>1.0.0</version>
       <type>test-jar</type>
     </dependency>
 
diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml
index bd7cd36..8c89937 100644
--- a/giraph-hbase/pom.xml
+++ b/giraph-hbase/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-hbase</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml
index 03b86b5..d46bac7 100644
--- a/giraph-hcatalog/pom.xml
+++ b/giraph-hcatalog/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-hcatalog</artifactId>
   <packaging>jar</packaging>
diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml
index 13ca66c..58cddbe 100644
--- a/giraph-hive/pom.xml
+++ b/giraph-hive/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.giraph</groupId>
     <artifactId>giraph-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>giraph-hive</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 75de7d6..7ab4d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Apache Giraph Parent</name>
   <url>http://giraph.apache.org/</url>