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

ningjiang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 591f6e9  Add the snapshot setting to .travis.settings.xml
591f6e9 is described below

commit 591f6e9a3bb2b47115f6dc709976ea4b59b6f41f
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Fri Mar 2 17:07:57 2018 +0800

    Add the snapshot setting to .travis.settings.xml
---
 .travis.settings.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.settings.xml b/.travis.settings.xml
index 5f71b32..356dd99 100644
--- a/.travis.settings.xml
+++ b/.travis.settings.xml
@@ -19,6 +19,11 @@
           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 
http://maven.apache.org/xsd/settings-1.0.0.xsd";>
     <servers>
         <server>
+            <id>apache.snapshots.https</id>
+            <username>${env.SONATYPE_USERNAME}</username>
+            <password>${env.SONATYPE_PASSWORD}</password>
+        </server>
+        <server>
             <id>apache.releases.https</id>
             <username>${env.SONATYPE_USERNAME}</username>
             <password>${env.SONATYPE_PASSWORD}</password>

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

Reply via email to