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/18 11:31:34 UTC

[incubator-skywalking] branch asf/5.0-alpha/release updated: Change profile id.

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

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


The following commit(s) were added to refs/heads/asf/5.0-alpha/release by this push:
     new 37a204d  Change profile id.
37a204d is described below

commit 37a204dcf1972de2c2b79c53d152a2a829c61918
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sun Mar 18 19:31:27 2018 +0800

    Change profile id.
---
 .travis.yml | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index af2a22f..7efdefd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,6 @@ before_install:
 
 install:
   - jdk_switcher use oraclejdk8
-  - mvn clean install -Pasf-release --quiet jacoco:report coveralls:report
+  - mvn clean install -Ptravis-ci-submodule --quiet jacoco:report coveralls:report
   - mvn clean javadoc:javadoc -Dmaven.test.skip=true --quiet
 
diff --git a/pom.xml b/pom.xml
index 8451a69..fb6a34e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
 
     <profiles>
         <profile>
-            <id>asf-release</id>
+            <id>travis-ci-submodule</id>
             <activation>
                 <activeByDefault>false</activeByDefault>
             </activation>

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