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

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

commit 47629488efacf2c223c8a6c32355fb443ed5bab1
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Mon Apr 10 22:27:34 2023 -0400

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

diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml
index 6fd95c41..e45ba730 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-accumulo</artifactId>
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index d502f682..8c00ba85 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-api</artifactId>
diff --git a/modules/command/pom.xml b/modules/command/pom.xml
index 704d957a..ce005b8d 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-command</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index b7bcb2e3..b46dd8d2 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-core</artifactId>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index b17afb06..342d20f5 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo</artifactId>
diff --git a/modules/integration-tests/pom.xml 
b/modules/integration-tests/pom.xml
index 6f31c5c4..38e4d3a7 100644
--- a/modules/integration-tests/pom.xml
+++ b/modules/integration-tests/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.fluo</groupId>
     <artifactId>fluo-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-integration-tests</artifactId>
diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml
index bd8d65f5..bebabdcf 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mapreduce</artifactId>
diff --git a/modules/mini/pom.xml b/modules/mini/pom.xml
index e956e6cc..7770888d 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>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mini</artifactId>
diff --git a/pom.xml b/pom.xml
index 561ceb02..5dafb3b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <version>3</version>
   </parent>
   <artifactId>fluo-project</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
   <name>Apache Fluo Project</name>
   <description>An implementation of Percolator for Apache 
Accumulo</description>
@@ -45,7 +45,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-2.0.0</tag>
     <url>https://gitbox.apache.org/repos/asf?p=fluo.git</url>
   </scm>
   <issueManagement>

Reply via email to