You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2016/06/27 10:51:04 UTC

ambari git commit: AMBARI-17446. Upgrade Solr to 5.5.2 and use apache archive repository (oleewere)

Repository: ambari
Updated Branches:
  refs/heads/trunk b54a5db30 -> 6c2d6a4b8


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/6c2d6a4b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6c2d6a4b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6c2d6a4b

Branch: refs/heads/trunk
Commit: 6c2d6a4b8e08827fe67a83266d8005f5f7e19bbc
Parents: b54a5db
Author: oleewere <ol...@gmail.com>
Authored: Mon Jun 27 12:45:22 2016 +0200
Committer: oleewere <ol...@gmail.com>
Committed: Mon Jun 27 12:45:22 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/6c2d6a4b/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 c664ffb..958232e 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/6c2d6a4b/ambari-logsearch/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index 2fd1591..414fd8f 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -41,7 +41,7 @@
     <deb.python.ver>python (&gt;= 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>