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

jinrongtong pushed a commit to branch pre-release-0.0.2
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/pre-release-0.0.2 by this push:
     new eee8a1b  Add distributionManagement block
eee8a1b is described below

commit eee8a1bbc9da09ce219e75d3155d35867a938998
Author: RongtongJin <[email protected]>
AuthorDate: Wed Jan 24 18:42:01 2024 +0800

    Add distributionManagement block
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index e8b3ace..4176886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,19 @@
 
     <description>Apache RocketMQ Prometheus Exporter</description>
 
+    <distributionManagement>
+        <repository>
+            <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+            
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>Apache Development Snapshot Repository</name>
+            
<url>https://repository.apache.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
+
     <scm>
         <url>[email protected]:apache/rocketmq-exporter.git</url>
         
<connection>scm:git:[email protected]:apache/rocketmq-exporter.git</connection>

Reply via email to