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-next in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
commit cb27af3c5d9e53649fb7de7fbf4e30df2bd148c0 Author: Christopher Tubbs <[email protected]> AuthorDate: Tue Apr 21 17:54:22 2026 -0400 [maven-release-plugin] prepare for next development iteration --- 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 b7ce08f..ed5f7ef 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</version> + <version>1.0.0-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 e0cd871..84ad929 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</version> + <version>1.0.0-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 77d9f9a..896d956 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</version> + <version>1.0.0-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 0933583..b8faf8f 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</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-access-test-data</artifactId> diff --git a/pom.xml b/pom.xml index 0245761..546fbc3 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</version> + <version>1.0.0-SNAPSHOT</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>rel/accumulo-access-1.0.0-beta3</tag> + <tag>HEAD</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:53:34Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-04-21T21:54:22Z</project.build.outputTimestamp> <rat.consoleOutput>true</rat.consoleOutput> <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor> <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
