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 2022/07/14 23:55:24 UTC

[datasketches-memory] branch master updated: Release Process: Change pom version to 2.3.0-SNAPSHOT.

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

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


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

commit cd82c73d56c3fb3fd5473b5039e19573a20e8a8e
Author: David Cromberge <dc...@apache.org>
AuthorDate: Fri Jul 15 00:55:04 2022 +0100

    Release Process: Change pom version to 2.3.0-SNAPSHOT.
---
 datasketches-memory-java11/pom.xml | 2 +-
 datasketches-memory-java8/pom.xml  | 2 +-
 pom.xml                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/datasketches-memory-java11/pom.xml b/datasketches-memory-java11/pom.xml
index 1f7f54d..55ed255 100644
--- a/datasketches-memory-java11/pom.xml
+++ b/datasketches-memory-java11/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.datasketches</groupId>
         <artifactId>datasketches-memory-root</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>datasketches-memory-java11</artifactId>
diff --git a/datasketches-memory-java8/pom.xml b/datasketches-memory-java8/pom.xml
index aecf9e4..9b8418d 100644
--- a/datasketches-memory-java8/pom.xml
+++ b/datasketches-memory-java8/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.datasketches</groupId>
     <artifactId>datasketches-memory-root</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>datasketches-memory-java8</artifactId>
diff --git a/pom.xml b/pom.xml
index ee91250..67c9044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
 
   <groupId>org.apache.datasketches</groupId>
   <artifactId>datasketches-memory-root</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.3.0-SNAPSHOT</version>
   <!-- Required for multi-module project -->
   <packaging>pom</packaging>
 


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