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

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

commit cb4f741c58f0d1775be424cfb2c8e656ef091cb6
Author: Keith Turner <[email protected]>
AuthorDate: Mon Apr 10 22:27:44 2023 -0400

    [maven-release-plugin] prepare for next development iteration
---
 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 e45ba730..4246aee7 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-accumulo</artifactId>
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index 8c00ba85..e240668c 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-api</artifactId>
diff --git a/modules/command/pom.xml b/modules/command/pom.xml
index ce005b8d..2f2f355c 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-command</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index b46dd8d2..22b72ca5 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-core</artifactId>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 342d20f5..2c21e1cc 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo</artifactId>
diff --git a/modules/integration-tests/pom.xml 
b/modules/integration-tests/pom.xml
index 38e4d3a7..125b1521 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-integration-tests</artifactId>
diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml
index bebabdcf..0d3eacb8 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mapreduce</artifactId>
diff --git a/modules/mini/pom.xml b/modules/mini/pom.xml
index 7770888d..258cb6b8 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</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>fluo-mini</artifactId>
diff --git a/pom.xml b/pom.xml
index 5dafb3b9..192af8ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <version>3</version>
   </parent>
   <artifactId>fluo-project</artifactId>
-  <version>2.0.0</version>
+  <version>2.1.0-SNAPSHOT</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>rel/fluo-2.0.0</tag>
+    <tag>HEAD</tag>
     <url>https://gitbox.apache.org/repos/asf?p=fluo.git</url>
   </scm>
   <issueManagement>

Reply via email to