You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/10/27 05:59:20 UTC

[accumulo] branch 2.1.0-rc4 created (now 706612f859)

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

ctubbsii pushed a change to branch 2.1.0-rc4
in repository https://gitbox.apache.org/repos/asf/accumulo.git


      at 706612f859 [maven-release-plugin] prepare release rel/2.1.0

This branch includes the following new commits:

     new 706612f859 [maven-release-plugin] prepare release rel/2.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[accumulo] 01/01: [maven-release-plugin] prepare release rel/2.1.0

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 2.1.0-rc4
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 706612f859d6e68891d487d624eda9ecf3fea7f9
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Oct 27 01:45:29 2022 -0400

    [maven-release-plugin] prepare release rel/2.1.0
---
 assemble/pom.xml                      | 2 +-
 core/pom.xml                          | 2 +-
 hadoop-mapreduce/pom.xml              | 2 +-
 iterator-test-harness/pom.xml         | 2 +-
 minicluster/pom.xml                   | 2 +-
 pom.xml                               | 6 +++---
 server/base/pom.xml                   | 2 +-
 server/compaction-coordinator/pom.xml | 2 +-
 server/compactor/pom.xml              | 2 +-
 server/gc/pom.xml                     | 2 +-
 server/manager/pom.xml                | 2 +-
 server/master/pom.xml                 | 2 +-
 server/monitor/pom.xml                | 2 +-
 server/native/pom.xml                 | 2 +-
 server/tserver/pom.xml                | 2 +-
 shell/pom.xml                         | 2 +-
 start/pom.xml                         | 2 +-
 test/pom.xml                          | 2 +-
 18 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index 8d0ab18ae2..7991202ddb 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo</artifactId>
   <packaging>pom</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index b95253491e..2c2de7cc79 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-core</artifactId>
   <name>Apache Accumulo Core</name>
diff --git a/hadoop-mapreduce/pom.xml b/hadoop-mapreduce/pom.xml
index f542526c33..4beb21b5ae 100644
--- a/hadoop-mapreduce/pom.xml
+++ b/hadoop-mapreduce/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-hadoop-mapreduce</artifactId>
   <name>Apache Accumulo Hadoop MapReduce</name>
diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml
index 9dd9b57a8c..67d29eaaa1 100644
--- a/iterator-test-harness/pom.xml
+++ b/iterator-test-harness/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-iterator-test-harness</artifactId>
   <name>Apache Accumulo Iterator Test Harness</name>
diff --git a/minicluster/pom.xml b/minicluster/pom.xml
index 55db881dcd..d24b800212 100644
--- a/minicluster/pom.xml
+++ b/minicluster/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-minicluster</artifactId>
   <name>Apache Accumulo MiniCluster</name>
diff --git a/pom.xml b/pom.xml
index 92b124afbf..449bedd4de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-project</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.1.0</version>
   <packaging>pom</packaging>
   <name>Apache Accumulo Project</name>
   <description>Apache Accumulo is a sorted, distributed key/value store based
@@ -102,7 +102,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>rel/2.1.0</tag>
     <url>https://gitbox.apache.org/repos/asf?p=accumulo.git</url>
   </scm>
   <issueManagement>
@@ -146,7 +146,7 @@
     <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
     <powermock.version>2.0.9</powermock.version>
     <!-- timestamp for reproducible outputs, updated on release by the release plugin -->
-    <project.build.outputTimestamp>2022-02-08T14:59:16Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-10-27T05:44:26Z</project.build.outputTimestamp>
     <rat.consoleOutput>true</rat.consoleOutput>
     <slf4j.version>2.0.3</slf4j.version>
     <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
diff --git a/server/base/pom.xml b/server/base/pom.xml
index 6579f48c0f..2c3889c7a1 100644
--- a/server/base/pom.xml
+++ b/server/base/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-server-base</artifactId>
diff --git a/server/compaction-coordinator/pom.xml b/server/compaction-coordinator/pom.xml
index 02c20d1396..57d0dabca5 100644
--- a/server/compaction-coordinator/pom.xml
+++ b/server/compaction-coordinator/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-compaction-coordinator</artifactId>
diff --git a/server/compactor/pom.xml b/server/compactor/pom.xml
index cd13df744a..9be5df792a 100644
--- a/server/compactor/pom.xml
+++ b/server/compactor/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-compactor</artifactId>
diff --git a/server/gc/pom.xml b/server/gc/pom.xml
index 171d3c4e05..a6cc02278a 100644
--- a/server/gc/pom.xml
+++ b/server/gc/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-gc</artifactId>
diff --git a/server/manager/pom.xml b/server/manager/pom.xml
index fe132bf69b..d96cf0a1bd 100644
--- a/server/manager/pom.xml
+++ b/server/manager/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-manager</artifactId>
diff --git a/server/master/pom.xml b/server/master/pom.xml
index 32f712f7d0..20b24d0a5f 100644
--- a/server/master/pom.xml
+++ b/server/master/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <!-- should be removed in 3.0 -->
diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml
index 2e7ed9c7f3..1e2c930a79 100644
--- a/server/monitor/pom.xml
+++ b/server/monitor/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-monitor</artifactId>
diff --git a/server/native/pom.xml b/server/native/pom.xml
index 25b3ecfc61..3c531ec3ef 100644
--- a/server/native/pom.xml
+++ b/server/native/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-native</artifactId>
diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml
index bfcefd068d..8dbebe6428 100644
--- a/server/tserver/pom.xml
+++ b/server/tserver/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-tserver</artifactId>
diff --git a/shell/pom.xml b/shell/pom.xml
index d5694e05bf..44feca9c31 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-shell</artifactId>
   <name>Apache Accumulo Shell</name>
diff --git a/start/pom.xml b/start/pom.xml
index 307660e6aa..3494017674 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-start</artifactId>
   <name>Apache Accumulo Start</name>
diff --git a/test/pom.xml b/test/pom.xml
index 91c8e716dd..6b4ea092ad 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
   <artifactId>accumulo-test</artifactId>
   <name>Apache Accumulo Testing</name>