This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git
The following commit(s) were added to refs/heads/master by this push:
new 25c1138 [ISSUE #153] add scm block for release
25c1138 is described below
commit 25c1138b449dd77d3ceb1dc9b9348cad75558cd6
Author: caigy <[email protected]>
AuthorDate: Tue Jan 23 13:48:54 2024 +0800
[ISSUE #153] add scm block for release
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index bdfbce9..e8b3ace 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,13 @@
<description>Apache RocketMQ Prometheus Exporter</description>
+ <scm>
+ <url>[email protected]:apache/rocketmq-exporter.git</url>
+
<connection>scm:git:[email protected]:apache/rocketmq-exporter.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/rocketmq-exporter.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
<properties>
<rocketmq.version>4.9.4</rocketmq.version>
<docker.image.prefix>docker.io</docker.image.prefix>