This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch asf/release in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit 046b307887cf679a1b85630874137315db325647 Author: wusheng <wu.sh...@foxmail.com> AuthorDate: Sun Mar 11 08:35:49 2018 +0800 set scm --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7eacc59..076b6cd 100644 --- a/pom.xml +++ b/pom.xml @@ -372,5 +372,10 @@ </build> </profile> </profiles> - + + <scm> + <url>https://github.com/apache/incubator-skywalking</url> + <connection>scm:git:https://github.com/apache/incubator-skywalking.git</connection> + <developerConnection>scm:git:https://github.com/apache/incubator-skywalking.git</developerConnection> + </scm> </project> -- To stop receiving notification emails like this one, please contact wush...@apache.org.