From 18d43b26ffa76b8ea37adc3482959da7f7144846 Mon Sep 17 00:00:00 2001 From: Ke Zhu <kzhu@us.ibm.com> Date: Thu, 21 Mar 2019 14:43:12 -0400 Subject: [PATCH] Upgrades to Presto 0.215 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5375095..6201a19 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.facebook.presto</groupId> <artifactId>presto-root</artifactId> - <version>0.193</version> + <version>0.215</version> </parent> <artifactId>presto-db2</artifactId>