This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git
The following commit(s) were added to refs/heads/master by this push:
new a63d36b Change scm configuration in pom file
a63d36b is described below
commit a63d36b9e89000fc9e35f88ed2a82dbf8fe947d2
Author: duhenglucky <[email protected]>
AuthorDate: Fri Jul 12 11:06:15 2019 +0800
Change scm configuration in pom file
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 59fdb13..9317ccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,8 +271,9 @@
</dependencies>
</dependencyManagement>
<scm>
- <url>[email protected]:middleware/ons.git</url>
-
<connection>scm:git:[email protected]:middleware/ons.git</connection>
-
<developerConnection>scm:git:[email protected]:middleware/ons.git</developerConnection>
+ <url>[email protected]:apache/rocketmq-ons.git</url>
+
<connection>scm:git:[email protected]:apache/rocketmq-ons.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/rocketmq-ons.git</developerConnection>
+ <tag>HEAD</tag>
</scm>
</project>