Skip to content

Commit

Permalink
Refactor trino-test-jdbc-compatibility-old-driver pom.xml
Browse files Browse the repository at this point in the history
Refer ${project.version} instead of hardcoded version for dep.presto-jdbc-under-test default value.
  • Loading branch information
ankushChatterjee authored and Ankush Chatterjee committed Jun 6, 2023
1 parent fd3b55b commit 647f81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/trino-test-jdbc-compatibility-old-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<dep.presto-jdbc-under-test>420-SNAPSHOT</dep.presto-jdbc-under-test>
<dep.presto-jdbc-under-test>${project.version}</dep.presto-jdbc-under-test>
</properties>

<dependencies>
Expand Down

0 comments on commit 647f81f

Please sign in to comment.