Update Druid version in Tag in pom.xml (#15545)

This PR updates the tag present in pom.xml to match the druid version in pom.xml
This was last updated in 0da8ffc
It seems to me like this was missed in further Druid version upgrades.
This commit is contained in:
Parth Agrawal 2023-12-13 09:48:30 +05:30 committed by GitHub
parent 3c7dec56ca
commit 4ec9a0a7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<connection>scm:git:ssh://git@github.com/apache/druid.git</connection>
<developerConnection>scm:git:ssh://git@github.com/apache/druid.git</developerConnection>
<url>https://github.com/apache/druid.git</url>
<tag>0.19.0-SNAPSHOT</tag>
<tag>29.0.0-SNAPSHOT</tag>
</scm>
<properties>