You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/01/16 19:15:04 UTC

[datasketches-java] branch master updated: Release Process: Change pom version to 3.2.0-SNAPSHOT

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a4d025  Release Process: Change pom version to 3.2.0-SNAPSHOT
1a4d025 is described below

commit 1a4d02508e3e87dfd2628d274e2628cad03ec95e
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Jan 16 13:14:56 2022 -0600

    Release Process: Change pom version to 3.2.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1563af..21b6413 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.1.0-SNAPSHOT</version>
+  <version>3.2.0-SNAPSHOT</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