You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/17 09:27:16 UTC

[ambari-infra] branch master updated: AMBARI-25599: Consider to eliminate HDP public binary references (#45)

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

wuzhiguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git


The following commit(s) were added to refs/heads/master by this push:
     new 44e067b  AMBARI-25599: Consider to eliminate HDP public binary references (#45)
44e067b is described below

commit 44e067bbbd591f3cb673de9f710f93201dd5d688
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Thu Nov 17 17:27:11 2022 +0800

    AMBARI-25599: Consider to eliminate HDP public binary references (#45)
---
 ambari-infra-assembly/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ambari-infra-assembly/pom.xml b/ambari-infra-assembly/pom.xml
index 2a5c001..daafa41 100644
--- a/ambari-infra-assembly/pom.xml
+++ b/ambari-infra-assembly/pom.xml
@@ -30,8 +30,7 @@
 
   <properties>
     <mapping.base.path>/usr/lib</mapping.base.path>
-    <!-- original url: <solr.tar>http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> -->
-    <solr.tar>http://public-repo-1.hortonworks.com/ARTIFACTS/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar>
+    <solr.tar>http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar>
     <solr.mapping.path>${mapping.base.path}/ambari-infra-solr</solr.mapping.path>
     <solr.package.name>ambari-infra-solr</solr.package.name>
     <solr.client.package.name>ambari-infra-solr-client</solr.client.package.name>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org