From 647f81fce9ce1fc783f42952daf4abb8b1218697 Mon Sep 17 00:00:00 2001 From: Ankush Chatterjee Date: Thu, 25 May 2023 20:28:49 +0530 Subject: [PATCH] Refactor trino-test-jdbc-compatibility-old-driver pom.xml Refer ${project.version} instead of hardcoded version for dep.presto-jdbc-under-test default value. --- testing/trino-test-jdbc-compatibility-old-driver/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/trino-test-jdbc-compatibility-old-driver/pom.xml b/testing/trino-test-jdbc-compatibility-old-driver/pom.xml index 6f2d6d982f3a..018110f7f8c5 100644 --- a/testing/trino-test-jdbc-compatibility-old-driver/pom.xml +++ b/testing/trino-test-jdbc-compatibility-old-driver/pom.xml @@ -14,7 +14,7 @@ ${project.parent.basedir} - 420-SNAPSHOT + ${project.version}