[maven-release-plugin] prepare release 1.0.0-beta-1
diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index 9d95357..5e8ac8b 100644
--- a/modules/accumulo/pom.xml
+++ b/modules/accumulo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index 5747006..29312ed 100644
--- a/modules/api/pom.xml
+++ b/modules/api/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml
index a9f5491..3e6b105 100644
--- a/modules/cluster/pom.xml
+++ b/modules/cluster/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 7026c65..642c57d 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index ccbb6c2..5a211f6 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml
index 0b009b1..d1dd521 100644
--- a/modules/integration/pom.xml
+++ b/modules/integration/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml
index cf2017a..2fd1e43 100644
--- a/modules/mapreduce/pom.xml
+++ b/modules/mapreduce/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/metrics/pom.xml b/modules/metrics/pom.xml
index 46cb202..808339c 100644
--- a/modules/metrics/pom.xml
+++ b/modules/metrics/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/modules/mini/pom.xml b/modules/mini/pom.xml
index 6d28abd..296270b 100644
--- a/modules/mini/pom.xml
+++ b/modules/mini/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-parent</artifactId>
-    <version>1.0.0-beta-1-SNAPSHOT</version>
+    <version>1.0.0-beta-1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 21f324a..12d223b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>io.fluo</groupId>
   <artifactId>fluo-parent</artifactId>
-  <version>1.0.0-beta-1-SNAPSHOT</version>
+  <version>1.0.0-beta-1</version>
   <packaging>pom</packaging>
 
   <name>Fluo Parent</name>
@@ -67,7 +67,7 @@
   <scm>
     <connection>scm:git:https://github.com/fluo-io/fluo.git</connection>
     <developerConnection>scm:git:git@github.com:fluo-io/fluo.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>1.0.0-beta-1</tag>
     <url>https://github.com/fluo-io/fluo</url>
   </scm>
   <issueManagement>