Repository: ambari Updated Branches: refs/heads/branch-2.4 b166d7273 -> 8b87eb532
AMBARI-17446. Upgrade Solr to 5.5.2 and use apache archive repository (oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8b87eb53 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8b87eb53 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8b87eb53 Branch: refs/heads/branch-2.4 Commit: 8b87eb532cb0f9d1d6aaadd22f5aeb05674c5d6a Parents: b166d72 Author: oleewere <[email protected]> Authored: Mon Jun 27 12:45:22 2016 +0200 Committer: oleewere <[email protected]> Committed: Mon Jun 27 12:51:17 2016 +0200 ---------------------------------------------------------------------- ambari-logsearch/ambari-logsearch-assembly/pom.xml | 2 +- ambari-logsearch/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8b87eb53/ambari-logsearch/ambari-logsearch-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml index 53dff5a..fb12648 100644 --- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml +++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <properties> <mapping.base.path>/usr/lib</mapping.base.path> - <solr.tar>http://apache.mirrors.lucidnetworks.net/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-logsearch-solr</solr.mapping.path> <solr.package.name>ambari-logsearch-solr</solr.package.name> <solr.client.package.name>ambari-logsearch-solr-client</solr.client.package.name> http://git-wip-us.apache.org/repos/asf/ambari/blob/8b87eb53/ambari-logsearch/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml index 0cddc7e..bb9b49b 100644 --- a/ambari-logsearch/pom.xml +++ b/ambari-logsearch/pom.xml @@ -41,7 +41,7 @@ <deb.python.ver>python (>= 2.6)</deb.python.ver> <deb.architecture>amd64</deb.architecture> <deb.dependency.list>${deb.python.ver}</deb.dependency.list> - <solr.version>5.5.1</solr.version> + <solr.version>5.5.2</solr.version> </properties> <build> <plugins>
