This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch OpenMessaging in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git
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>
