mirror of https://github.com/apache/druid.git
Fix harcoded version in pom file (#13460)
This commit is contained in:
parent
2fdcfffe40
commit
2f3b97194f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue