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-characterization.git
The following commit(s) were added to refs/heads/master by this push:
new 40d512c Change to ds-java 6.0.0
new 89dfe18 Merge branch 'master' of
[email protected]:apache/datasketches-characterization.git
40d512c is described below
commit 40d512ce64ac4ff6083a26d5444a0ed4331a1fc5
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed May 29 09:39:29 2024 -0700
Change to ds-java 6.0.0
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c90538c..22e04c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ under the License.
<properties>
<!-- UNIQUE FOR THIS JAVA COMPONENT -->
<datasketches-memory.version>2.2.0</datasketches-memory.version>
- <datasketches-java.version>5.0.1</datasketches-java.version>
+ <datasketches-java.version>6.0.0</datasketches-java.version>
<!-- END:UNIQUE FOR THIS JAVA COMPONENT -->
<!-- Test -->
@@ -290,6 +290,8 @@ under the License.
<exclude>**/*.yaml</exclude>
<exclude>**/*.yml</exclude>
<exclude>**/.*</exclude>
+ <exclude>**/go.mod</exclude>
+ <exclude>**/go.sum</exclude>
<exclude>**/test/resources/**/*.txt</exclude>
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]