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 2019/05/22 01:49:13 UTC

[servicecomb-java-chassis] branch master updated: Using the https maven repo

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/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new d78eee9  Using the https maven repo
d78eee9 is described below

commit d78eee9c0cc634cb6170d05f1ba77a39bcbd8eb7
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed May 22 09:48:49 2019 +0800

    Using the https maven repo
---
 inspector/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inspector/pom.xml b/inspector/pom.xml
index 20b00ab..2d6a7d4 100644
--- a/inspector/pom.xml
+++ b/inspector/pom.xml
@@ -37,7 +37,7 @@
       </snapshots>
       <id>jcenter-releases</id>
       <name>jcenter</name>
-      <url>http://jcenter.bintray.com</url>
+      <url>https://jcenter.bintray.com</url>
     </repository>
   </repositories>
 
@@ -74,4 +74,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>