This is an automated email from the ASF dual-hosted git repository.

xvrl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ec9a0a7f7d Update Druid version in Tag in pom.xml (#15545)
4ec9a0a7f7d is described below

commit 4ec9a0a7f7d7212c2325950ba4c439fb0cde95fa
Author: Parth Agrawal <[email protected]>
AuthorDate: Wed Dec 13 09:48:30 2023 +0530

    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.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 938c8d77d4b..061bbec90f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <connection>scm:git:ssh://[email protected]/apache/druid.git</connection>
         
<developerConnection>scm:git:ssh://[email protected]/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to