This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
commit afe80ddb43a7891f859257d71da38d499e11da6d Author: Dave Marion <dlmar...@apache.org> AuthorDate: Wed Feb 14 14:21:53 2024 +0000 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4f2e1b4..70a1ca5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-access</artifactId> - <version>1.0.0-beta</version> + <version>1.0.0-SNAPSHOT</version> <name>Apache Accumulo Access Project</name> <description>Apache Accumulo Access is a library that provides the same functionality, semantics, and syntax as the Apache Accumulo ColumnVisibility and VisibilityEvaluator classes. This functionality is provided in a @@ -75,7 +75,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/1.0.0-beta</tag> + <tag>HEAD</tag> <url>https://gitbox.apache.org/repos/asf?p=accumulo-access.git</url> </scm> <issueManagement> @@ -100,7 +100,7 @@ <maven.version.ignore>.+-SNAPSHOT,(?i).*(alpha|beta)[0-9.-]*,(?i).*[.-](m|rc)[0-9]+</maven.version.ignore> <minimalJavaBuildVersion>17</minimalJavaBuildVersion> <!-- timestamp for reproducible outputs, updated on release by the release plugin --> - <project.build.outputTimestamp>2024-02-14T14:21:47Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-02-14T14:21:53Z</project.build.outputTimestamp> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <rat.consoleOutput>true</rat.consoleOutput> <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>