You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/04/03 21:06:11 UTC

[incubator-druid] branch master updated: use latest sketches-core-0.13.1 (#7320)

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

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 28b4e85  use latest sketches-core-0.13.1 (#7320)
28b4e85 is described below

commit 28b4e8586d57dce838ff9803522d92e88b2b2da6
Author: Alexander Saydakov <sa...@verizonmedia.com>
AuthorDate: Wed Apr 3 14:06:02 2019 -0700

    use latest sketches-core-0.13.1 (#7320)
    
    * use latest sketches-core-0.13.0
    
    * latest release
---
 extensions-core/datasketches/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml
index 24096a9..fea6c90 100644
--- a/extensions-core/datasketches/pom.xml
+++ b/extensions-core/datasketches/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>com.yahoo.datasketches</groupId>
       <artifactId>sketches-core</artifactId>
-      <version>0.12.0</version>
+      <version>0.13.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>


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