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 14:16:11 UTC

[incubator-skywalking] branch asf/release created (now c9115bf)

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

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


      at c9115bf  Fix scm

This branch includes the following new commits:

     new c9115bf  Fix scm

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.

[incubator-skywalking] 01/01: Fix scm

Posted by wu...@apache.org.
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 <wu...@foxmail.com>
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
wusheng@apache.org.