This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.2.0-rc1
in repository https://gitbox.apache.org/repos/asf/fluo.git

commit 678adebfbd97483bbef7707b6ac5eb357540dea3
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Feb 21 16:34:26 2018 -0500

    [maven-release-plugin] prepare release rel/fluo-1.2.0
---
 modules/accumulo/pom.xml     | 2 +-
 modules/api/pom.xml          | 2 +-
 modules/cluster/pom.xml      | 2 +-
 modules/command/pom.xml      | 2 +-
 modules/core/pom.xml         | 2 +-
 modules/distribution/pom.xml | 2 +-
 modules/integration/pom.xml  | 2 +-
 modules/mapreduce/pom.xml    | 2 +-
 modules/mini/pom.xml         | 2 +-
 pom.xml                      | 4 ++--
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index 581038d..8e24756 100644
--- a/modules/accumulo/pom.xml
+++ b/modules/accumulo/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-accumulo</artifactId>
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index 40f0297..1754aa0 100644
--- a/modules/api/pom.xml
+++ b/modules/api/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-api</artifactId>
diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml
index b740571..9d28e98 100644
--- a/modules/cluster/pom.xml
+++ b/modules/cluster/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-cluster</artifactId>
diff --git a/modules/command/pom.xml b/modules/command/pom.xml
index 8c8bf46..2f45f7b 100644
--- a/modules/command/pom.xml
+++ b/modules/command/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-command</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index ba774f7..ea2adb1 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-core</artifactId>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 2808edf..5bd3075 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo</artifactId>
diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml
index d9a1eb6..9789f43 100644
--- a/modules/integration/pom.xml
+++ b/modules/integration/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-integration</artifactId>
diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml
index 617d8c1..d6b577d 100644
--- a/modules/mapreduce/pom.xml
+++ b/modules/mapreduce/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mapreduce</artifactId>
diff --git a/modules/mini/pom.xml b/modules/mini/pom.xml
index 50eeacd..e4bce5e 100644
--- a/modules/mini/pom.xml
+++ b/modules/mini/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mini</artifactId>
diff --git a/pom.xml b/pom.xml
index ed5bd1a..d8a887a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <version>3</version>
   </parent>
   <artifactId>fluo-project</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <packaging>pom</packaging>
   <name>Apache Fluo Project</name>
   <description>An implementation of Percolator for Apache 
Accumulo</description>
@@ -46,7 +46,7 @@
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/fluo.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/fluo.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>rel/fluo-1.2.0</tag>
     <url>https://gitbox.apache.org/repos/asf?p=fluo.git</url>
   </scm>
   <issueManagement>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to