Fix harcoded version in pom file (#13460)

This commit is contained in:
Adarsh Sanjeev 2022-12-01 10:10:04 +05:30 committed by GitHub
parent 2fdcfffe40
commit 2f3b97194f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
<dependency>
<groupId>org.apache.druid</groupId>
<artifactId>druid-sql</artifactId>
<version>26.0.0-SNAPSHOT</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.druid.extensions</groupId>