From 20d5ac403af92f36b674b16c30f1e423519e1554 Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Thu, 29 Aug 2024 14:23:25 -0700 Subject: [PATCH] Release Process: Change ds-memory version to 3.0.1 --- 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 fbdcfddf..07ffc062 100644 --- a/datasketches-memory-java11/pom.xml +++ b/datasketches-memory-java11/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.datasketches datasketches-memory-root - 3.0.0 + 3.0.1 datasketches-memory-java11 diff --git a/datasketches-memory-java8/pom.xml b/datasketches-memory-java8/pom.xml index b83bea34..fc65544a 100644 --- a/datasketches-memory-java8/pom.xml +++ b/datasketches-memory-java8/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.datasketches datasketches-memory-root - 3.0.0 + 3.0.1 datasketches-memory-java8 diff --git a/pom.xml b/pom.xml index ecc1150f..b0ef3791 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.datasketches datasketches-memory-root - 3.0.0 + 3.0.1 pom ${project.artifactId}