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-website.git
The following commit(s) were added to refs/heads/master by this push:
new dfef7f38 Correct POM dependency example
dfef7f38 is described below
commit dfef7f38bb622e33e855bb7bd3432e6ce7473857
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Dec 4 18:58:21 2025 -0800
Correct POM dependency example
---
docs/Community/Downloads.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Community/Downloads.md b/docs/Community/Downloads.md
index db4bf759..bcaf580e 100644
--- a/docs/Community/Downloads.md
+++ b/docs/Community/Downloads.md
@@ -41,7 +41,7 @@ If you are developing using Maven and want to use, for
example, datasketches-jav
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
- <version>6.0.0</version>
+ <version>9.0.0</version>
</dependency>
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]