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:03:02 UTC

[incubator-skywalking] 01/01: Fix 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 24d6a9602c00554bde99022363d100473aef1dd1
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sat Mar 10 22:02:56 2018 +0800

    Fix scm
---
 pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7eacc59..00d6c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,13 +17,12 @@
   ~
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.skywalking</groupId>
     <artifactId>apm</artifactId>
-    <version>5.0.0-alpha-SNAPSHOT</version>
+    <version>5.0.1-alpha-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache</groupId>
@@ -372,5 +371,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.