This is an automated email from the ASF dual-hosted git repository. asdf2014 pushed a commit to branch fix_ddsketch_version in repository https://gitbox.apache.org/repos/asf/druid.git
commit 19728e9be0c6b4ec0ac96bc4cb464d00081a7a1c Author: asdf2014 <[email protected]> AuthorDate: Wed Jan 24 11:45:59 2024 +0800 Correct the version of new ddsketch extension --- extensions-contrib/ddsketch/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions-contrib/ddsketch/pom.xml b/extensions-contrib/ddsketch/pom.xml index 0ad68cd4940..53160090ed2 100644 --- a/extensions-contrib/ddsketch/pom.xml +++ b/extensions-contrib/ddsketch/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>druid</artifactId> <groupId>org.apache.druid</groupId> - <version>29.0.0-SNAPSHOT</version> + <version>30.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
