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

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


The following commit(s) were added to refs/heads/main by this push:
     new 38fea5a  Change version to 1.0.0-beta3-SNAPSHOT
38fea5a is described below

commit 38fea5a32d9c16f2c085887cbd9b33f279319e23
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Apr 21 17:52:16 2026 -0400

    Change version to 1.0.0-beta3-SNAPSHOT
---
 modules/antlr4-example/pom.xml | 2 +-
 modules/core/pom.xml           | 2 +-
 modules/examples/pom.xml       | 2 +-
 modules/test-data/pom.xml      | 2 +-
 pom.xml                        | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/antlr4-example/pom.xml b/modules/antlr4-example/pom.xml
index ed5f7ef..7056778 100644
--- a/modules/antlr4-example/pom.xml
+++ b/modules/antlr4-example/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-access</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-access-antlr4-example</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 84ad929..4771555 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-access</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-access-core</artifactId>
diff --git a/modules/examples/pom.xml b/modules/examples/pom.xml
index 896d956..b4784d0 100644
--- a/modules/examples/pom.xml
+++ b/modules/examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-access</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-access-examples</artifactId>
diff --git a/modules/test-data/pom.xml b/modules/test-data/pom.xml
index b8faf8f..8ebb912 100644
--- a/modules/test-data/pom.xml
+++ b/modules/test-data/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-access</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-access-test-data</artifactId>
diff --git a/pom.xml b/pom.xml
index c6afeb6..48b54cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-access</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-beta3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Accumulo Access</name>
   <description>Apache Accumulo Access is a library that provides the same 
functionality,
@@ -130,7 +130,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>2026-03-24T22:29:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-04-21T21:48:46Z</project.build.outputTimestamp>
     <rat.consoleOutput>true</rat.consoleOutput>
     
<sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>

Reply via email to