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 c9115bf594098f012b0c135dba0a2184bb83597b Author: wusheng <[email protected]> AuthorDate: Sat Mar 10 22:16:04 2018 +0800 Fix scm --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7eacc59..164ea67 100644 --- a/pom.xml +++ b/pom.xml @@ -372,5 +372,11 @@ </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> + <tag>v${project.version}</tag> + </scm> </project> -- To stop receiving notification emails like this one, please contact [email protected].
