This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch 1.0.0-beta3-rc1 in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
commit 6b43bf1b5d7faa24df15c7cb1896c1ddce364408 Author: Christopher Tubbs <[email protected]> AuthorDate: Tue Apr 21 17:54:22 2026 -0400 [maven-release-plugin] prepare release rel/accumulo-access-1.0.0-beta3 --- modules/antlr4-example/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/examples/pom.xml | 2 +- modules/test-data/pom.xml | 2 +- pom.xml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/antlr4-example/pom.xml b/modules/antlr4-example/pom.xml index 7056778..b7ce08f 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-beta3-SNAPSHOT</version> + <version>1.0.0-beta3</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 4771555..e0cd871 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-beta3-SNAPSHOT</version> + <version>1.0.0-beta3</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-access-core</artifactId> diff --git a/modules/examples/pom.xml b/modules/examples/pom.xml index b4784d0..77d9f9a 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-beta3-SNAPSHOT</version> + <version>1.0.0-beta3</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 8ebb912..0933583 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-beta3-SNAPSHOT</version> + <version>1.0.0-beta3</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-access-test-data</artifactId> diff --git a/pom.xml b/pom.xml index 48b54cf..0245761 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-beta3-SNAPSHOT</version> + <version>1.0.0-beta3</version> <packaging>pom</packaging> <name>Apache Accumulo Access</name> <description>Apache Accumulo Access is a library that provides the same functionality, @@ -85,7 +85,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/accumulo-access.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/accumulo-access.git</developerConnection> - <tag>HEAD</tag> + <tag>rel/accumulo-access-1.0.0-beta3</tag> <url>https://gitbox.apache.org/repos/asf?p=accumulo-access.git</url> </scm> <issueManagement> @@ -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-04-21T21:48:46Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-04-21T21:53:34Z</project.build.outputTimestamp> <rat.consoleOutput>true</rat.consoleOutput> <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor> <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
