This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new a43b604 Add scm url into pom.xml (#112)
a43b604 is described below
commit a43b6041a602b051a0fdc812eb5fa623573fffa3
Author: Aaron Ai <[email protected]>
AuthorDate: Sun Jul 31 19:38:29 2022 +0800
Add scm url into pom.xml (#112)
---
java/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/java/pom.xml b/java/pom.xml
index 1f4aefb..83f4f28 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -370,4 +370,11 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <url>[email protected]:apache/rocketmq-clients.git</url>
+
<connection>scm:git:[email protected]:apache/rocketmq-clients.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/rocketmq-clients.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
</project>
\ No newline at end of file