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: 凌楚 <[email protected]>
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>[email protected]:apache/rocketmq-apis.git</url>
+
<connection>scm:git:[email protected]:apache/rocketmq-apis.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/rocketmq-apis.git</developerConnection>
+ </scm>
</project>
\ No newline at end of file