[maven-release-plugin] prepare release 1.0.0-beta-1
diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index 2e99326..e2da80c 100644
--- a/modules/accumulo/pom.xml
+++ b/modules/accumulo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-recipes-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 a5236d8..6a812fc 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.fluo</groupId>
     <artifactId>fluo-recipes-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 f1a1688..3a669d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>io.fluo</groupId>
   <artifactId>fluo-recipes-parent</artifactId>
-  <version>1.0.0-beta-1-SNAPSHOT</version>
+  <version>1.0.0-beta-1</version>
   <packaging>pom</packaging>
 
   <name>Fluo Recipes Parent POM</name>
@@ -45,7 +45,7 @@
   <scm>
     <connection>scm:git:https://github.com/fluo-io/fluo-recipes.git</connection>
     <developerConnection>scm:git:git@github.com:fluo-io/fluo-recipes.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>1.0.0-beta-1</tag>
     <url>https://github.com/fluo-io/fluo-recipes</url>
   </scm>
   <issueManagement>