This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 8516d0a0f1 build: fix maven scm tag branch (#4280)
8516d0a0f1 is described below
commit 8516d0a0f1dbd352d3ef6455c2d41c94661ce1ce
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Apr 11 23:23:31 2024 +0800
build: fix maven scm tag branch (#4280)
Signed-off-by: ZhangJian He <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 024eedbdee..d0e8fed118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<connection>scm:git:https://github.com/apache/bookkeeper.git</connection>
<developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection>
<url>https://github.com/apache/bookkeeper</url>
- <tag>branch-4.13</tag>
+ <tag>branch-4.18</tag>
</scm>
<issueManagement>
<system>JIRA</system>