This is an automated email from the ASF dual-hosted git repository. dcromberge pushed a commit to branch 3.0.X in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit b6f09477ecb66525655e07c89e2928b1d0bf1261 Author: David Cromberge <[email protected]> AuthorDate: Tue Sep 28 22:41:28 2021 +0100 Remove SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db28ca2..f5c76fc 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. <groupId>org.apache.datasketches</groupId> <artifactId>datasketches-java</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <packaging>jar</packaging> <name>${project.artifactId}</name> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
