mirror of https://github.com/apache/druid.git
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:
parent
3c7dec56ca
commit
4ec9a0a7f7
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue