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

asf-gitbox-commits pushed a commit to branch 2.1.5-rc1
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 885922845f3e8ed2e516060f6b10d1b28001bce2
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon Jun 29 20:16:11 2026 -0400

    [maven-release-plugin] prepare release rel/2.1.5
---
 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 ecd9db9444..b3b0ce283f 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index bf5672360f..f2d0bbec2c 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-core</artifactId>
diff --git a/hadoop-mapreduce/pom.xml b/hadoop-mapreduce/pom.xml
index a690773cfe..4b5c485ba5 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-hadoop-mapreduce</artifactId>
diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml
index 8a0f881fa0..816012b923 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-iterator-test-harness</artifactId>
diff --git a/minicluster/pom.xml b/minicluster/pom.xml
index d49cac87e5..1c977db675 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-minicluster</artifactId>
diff --git a/pom.xml b/pom.xml
index 4fbfd3b78b..88f5e7c823 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-project</artifactId>
-  <version>2.1.5-SNAPSHOT</version>
+  <version>2.1.5</version>
   <packaging>pom</packaging>
   <name>Apache Accumulo Project</name>
   <description>Apache Accumulo is a sorted, distributed key/value store based
@@ -101,7 +101,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.5</tag>
     <url>https://gitbox.apache.org/repos/asf?p=accumulo.git</url>
   </scm>
   <issueManagement>
@@ -158,7 +158,7 @@ under the License.
     <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
     <modernizer.javaVersion>${javaVersion}</modernizer.javaVersion>
     <!-- timestamp for reproducible outputs, updated on release by the release 
plugin -->
-    
<project.build.outputTimestamp>2025-08-13T01:30:03Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-06-30T00:14:09Z</project.build.outputTimestamp>
     <rat.consoleOutput>true</rat.consoleOutput>
     
<sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
     <surefire.excludedGroups />
diff --git a/server/base/pom.xml b/server/base/pom.xml
index 6397fc0a14..b970747336 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.5-SNAPSHOT</version>
+    <version>2.1.5</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 bf610d2d0f..c22aaa06ea 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-compaction-coordinator</artifactId>
diff --git a/server/compactor/pom.xml b/server/compactor/pom.xml
index 25d3fde5a6..3077d8d190 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-compactor</artifactId>
diff --git a/server/gc/pom.xml b/server/gc/pom.xml
index b2861d706f..8cac56e25d 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-gc</artifactId>
diff --git a/server/manager/pom.xml b/server/manager/pom.xml
index 0da212e024..19c33eb23e 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-manager</artifactId>
diff --git a/server/master/pom.xml b/server/master/pom.xml
index 57ed0b53a9..144efdcf17 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.5-SNAPSHOT</version>
+    <version>2.1.5</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 56002681e3..443e83e543 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-monitor</artifactId>
diff --git a/server/native/pom.xml b/server/native/pom.xml
index bf48da43aa..190f86d13c 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-native</artifactId>
diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml
index 7a23dda262..c54888cf13 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-tserver</artifactId>
diff --git a/shell/pom.xml b/shell/pom.xml
index 09a72616ab..59506ef8f0 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-shell</artifactId>
diff --git a/start/pom.xml b/start/pom.xml
index ac1164293c..0439fce55d 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-start</artifactId>
diff --git a/test/pom.xml b/test/pom.xml
index c63128737c..eb28498513 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.5-SNAPSHOT</version>
+    <version>2.1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-test</artifactId>

Reply via email to