You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/05/08 16:49:51 UTC

lucene-solr:jira/solr-10290: upgrade asciidoctor-ant = 1.6.0-alpha.3 and fix logging jar dep that was overlooked before

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-10290 d05e3a406 -> ceabf15b4


upgrade asciidoctor-ant = 1.6.0-alpha.3 and fix logging jar dep that was overlooked before


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ceabf15b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ceabf15b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ceabf15b

Branch: refs/heads/jira/solr-10290
Commit: ceabf15b458b9b34738b61209d2cf7c218ef76eb
Parents: d05e3a4
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon May 8 09:49:44 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon May 8 09:49:44 2017 -0700

----------------------------------------------------------------------
 lucene/ivy-versions.properties | 2 +-
 solr/solr-ref-guide/ivy.xml    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ceabf15b/lucene/ivy-versions.properties
----------------------------------------------------------------------
diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index cc03659..bb61ba7 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -228,7 +228,7 @@ org.apache.uima.version = 2.3.1
 
 # v1.5.3 of asciidoctor-ant includes asciidoctorj-pdf 1.5.0-alpha.11,
 # which is the same as asciidoctor-pdf 1.5.0-alpha.11
-/org.asciidoctor/asciidoctor-ant = 1.5.3
+/org.asciidoctor/asciidoctor-ant = 1.6.0-alpha.3
 
 org.bouncycastle.version = 1.45
 /org.bouncycastle/bcmail-jdk15 = ${org.bouncycastle.version}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ceabf15b/solr/solr-ref-guide/ivy.xml
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/ivy.xml b/solr/solr-ref-guide/ivy.xml
index adc182e..12cfa96 100644
--- a/solr/solr-ref-guide/ivy.xml
+++ b/solr/solr-ref-guide/ivy.xml
@@ -28,5 +28,7 @@
     <dependency org="org.apache.pdfbox" name="pdfbox" rev="${/org.apache.pdfbox/pdfbox}" conf="compile"/>
     <dependency org="org.slf4j" name="jcl-over-slf4j" rev="${/org.slf4j/jcl-over-slf4j}" conf="compile"/>
     <dependency org="org.slf4j" name="slf4j-api" rev="${/org.slf4j/slf4j-api}" conf="compile"/>
+    <dependency org="org.slf4j" name="slf4j-simple" rev="${/org.slf4j/slf4j-log4j12}" conf="compile"/>
+    <dependency org="log4j" name="log4j" rev="${/log4j/log4j}" conf="compile"/>
   </dependencies>
 </ivy-module>