You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/15 03:29:51 UTC

[rocketmq-apis] branch java updated: Add scm connection

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

aaronai pushed a commit to branch java
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


The following commit(s) were added to refs/heads/java by this push:
     new 7a43ca6  Add scm connection
7a43ca6 is described below

commit 7a43ca6324f5238cb0bb527af9780bd2925147c0
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Fri Jul 15 11:29:45 2022 +0800

    Add scm connection
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index a84523c..b385dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,4 +114,10 @@
             </extension>
         </extensions>
     </build>
+
+    <scm>
+        <url>git@github.com:apache/rocketmq-apis.git</url>
+        <connection>scm:git:git@github.com:apache/rocketmq-apis.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/rocketmq-apis.git</developerConnection>
+    </scm>
 </project>
\ No newline at end of file