You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/09/28 21:45:24 UTC

[datasketches-java] branch 3.0.X created (now b6f0947)

This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a change to branch 3.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git.


      at b6f0947  Remove SNAPSHOT

This branch includes the following new commits:

     new b6f0947  Remove SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-java] 01/01: Remove SNAPSHOT

Posted by dc...@apache.org.
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 <dc...@apache.org>
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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org