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:51:59 UTC

[datasketches-memory] branch 2.2.X created (now bad226a)

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

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


      at bad226a  Remove SNAPSHOT version

This branch includes the following new commits:

     new bad226a  Remove SNAPSHOT version

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-memory] 01/01: Remove SNAPSHOT version

Posted by dc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bad226a72b90a04469aef56e29bb7c23ba04a454
Author: David Cromberge <dc...@apache.org>
AuthorDate: Fri Jul 15 00:49:59 2022 +0100

    Remove SNAPSHOT version
---
 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..7c383d7 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.2.0</version>
     </parent>
 
     <artifactId>datasketches-memory-java11</artifactId>
diff --git a/datasketches-memory-java8/pom.xml b/datasketches-memory-java8/pom.xml
index aecf9e4..a740294 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.2.0</version>
   </parent>
 
   <artifactId>datasketches-memory-java8</artifactId>
diff --git a/pom.xml b/pom.xml
index ee91250..d1529ab 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.2.0</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