You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/12/24 22:06:38 UTC

[lucene-solr] branch master updated: SOLR-14146: Zookeeper version not resolved in RefGuide (#1119)

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

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new aa43f35  SOLR-14146: Zookeeper version not resolved in RefGuide (#1119)
aa43f35 is described below

commit aa43f352d9103b51c0cf33fd41bf16192810627f
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Tue Dec 24 23:06:27 2019 +0100

    SOLR-14146: Zookeeper version not resolved in RefGuide (#1119)
---
 solr/solr-ref-guide/build.xml                | 2 +-
 solr/solr-ref-guide/src/_config.yml.template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/build.xml b/solr/solr-ref-guide/build.xml
index 2e08982..1cfc712 100644
--- a/solr/solr-ref-guide/build.xml
+++ b/solr/solr-ref-guide/build.xml
@@ -234,7 +234,7 @@
         <attribute key="ivy-opennlp-version" value="${ivyversions./org.apache.opennlp/opennlp-tools}" />
         <attribute key="ivy-tika-version" value="${ivyversions.org.apache.tika.version}" />
         <attribute key="ivy-velocity-tools-version" value="${ivyversions.org.apache.velocity.tools.version}" />
-        <attribute key="ivy-zookeeper-version" value="${ivyversions./org.apache.zookeeper/zookeeper}" />
+        <attribute key="ivy-zookeeper-version" value="${ivyversions.org.apache.zookeeper.version}" />
       </asciidoctor:convert>
     </sequential>
   </macrodef>
diff --git a/solr/solr-ref-guide/src/_config.yml.template b/solr/solr-ref-guide/src/_config.yml.template
index fe5335c..2d89891 100755
--- a/solr/solr-ref-guide/src/_config.yml.template
+++ b/solr/solr-ref-guide/src/_config.yml.template
@@ -84,7 +84,7 @@ solr-attributes: &solr-attributes-ref
   ivy-opennlp-version: "${ivyversions./org.apache.opennlp/opennlp-tools}"
   ivy-tika-version: "${ivyversions.org.apache.tika.version}"
   ivy-velocity-tools-version: "${ivyversions.org.apache.velocity.tools.version}"
-  ivy-zookeeper-version: "${ivyversions./org.apache.zookeeper/zookeeper}"
+  ivy-zookeeper-version: "${ivyversions.org.apache.zookeeper.version}"
 
 asciidoctor:
   safe: 0