This is an automated email from the ASF dual-hosted git repository. kturner 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 7ff1d25 fixes version number 7ff1d25 is described below commit 7ff1d252d19c517a4c06660af91b72dd5ebb7def Author: Keith Turner <ktur...@apache.org> AuthorDate: Thu Sep 7 17:11:22 2023 -0400 fixes version number --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3095563..006648d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-access</artifactId> <name>Apache Accumulo Access</name> - <version>1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <properties> <maven.compiler.source>11</maven.compiler.source>