You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/10 13:17:29 UTC

[incubator-skywalking] 01/01: set pom scm.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch 5.0.0-alpha-release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 8dcf500bf19f4e40b74ad81bcf461e9e7c5d10eb
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sat Mar 10 21:17:20 2018 +0800

    set pom 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
wusheng@apache.org.