You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by zh...@apache.org on 2020/03/05 07:57:28 UTC

[carbondata] branch master updated: [CARBONDATA-3721] use centrol repo #3658

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

zhangzc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cb8371  [CARBONDATA-3721] use centrol repo #3658
5cb8371 is described below

commit 5cb83718d6e7d3f90c8ff9462cf4707f0caab637
Author: Zhangshunyu <zh...@126.com>
AuthorDate: Thu Mar 5 15:14:58 2020 +0800

    [CARBONDATA-3721] use centrol repo #3658
    
    use centrol repo
    
    This closes #3658
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 40eb6ed..77b5b48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
       <id>central</id>
       <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
       <name>Maven Repository</name>
-      <url>https://maven.aliyun.com/repository/public</url>
+      <url>https://repo1.maven.org/maven2</url>
       <releases>
         <enabled>true</enabled>
       </releases>