You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/06 00:31:20 UTC

[incubator-servicecomb-saga] 02/02: Add Release Server ID

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-saga.git

commit 86cee600dd8560b2ac6b17424c130d1f5abb5739
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Mon Mar 5 20:35:30 2018 +0530

    Add Release Server ID
---
 .travis.settings.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.settings.xml b/.travis.settings.xml
index a9f447e..f7ed272 100755
--- a/.travis.settings.xml
+++ b/.travis.settings.xml
@@ -23,6 +23,11 @@
       <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>
+    </server>    
   </servers>
     <profiles>
         <profile>

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