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

kturner pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new eb1ac87  fix version
eb1ac87 is described below

commit eb1ac87fcf1c3cf57cf9f6962906464288799814
Author: Keith Turner <[email protected]>
AuthorDate: Fri Aug 29 20:07:20 2025 +0000

    fix version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e53da23..b187960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <name>Apache Accumulo Testing</name>
   <description>Testing tools for Apache Accumulo</description>
   <properties>
-    <accumulo.version>2.1.4-SNAPSHOT</accumulo.version>
+    <accumulo.version>2.1.4</accumulo.version>
     <!-- prevent introduction of new compiler warnings -->
     <maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
     <maven.compiler.release>11</maven.compiler.release>

Reply via email to