Setting version to 1.0.0-alpha-1
diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index f2d986b..74ed0a3 100644
--- a/modules/accumulo/pom.xml
+++ b/modules/accumulo/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index ae36136..9538f85 100644
--- a/modules/api/pom.xml
+++ b/modules/api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml
index 6346103..735a73f 100644
--- a/modules/cluster/pom.xml
+++ b/modules/cluster/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-cluster</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 5187757..40c0c26 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index bf3a4e8..3dff870 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml
index 29b93b6..15a92d1 100644
--- a/modules/mapreduce/pom.xml
+++ b/modules/mapreduce/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/stress/pom.xml b/modules/stress/pom.xml
index 04d7faf..b2493f4 100644
--- a/modules/stress/pom.xml
+++ b/modules/stress/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-alpha-1-SNAPSHOT</version>
+    <version>1.0.0-alpha-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index c5f8ac9..d90dd03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
   <groupId>io.fluo</groupId>
   <artifactId>fluo-parent</artifactId>
-  <version>1.0.0-alpha-1-SNAPSHOT</version>
+  <version>1.0.0-alpha-1</version>
   <packaging>pom</packaging>
 
   <name>Parent</name>