You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2019/10/17 14:59:04 UTC

[lucene-solr] branch jira/SOLR-13452_gradle_7_refguide updated: Change asciidoctorj version back to 1.6.0-alpha.5

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

ctargett pushed a commit to branch jira/SOLR-13452_gradle_7_refguide
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/SOLR-13452_gradle_7_refguide by this push:
     new f069150  Change asciidoctorj version back to 1.6.0-alpha.5
f069150 is described below

commit f0691502875a15ba253bdcc7c6bc8ffcffc981a5
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Thu Oct 17 09:58:23 2019 -0500

    Change asciidoctorj version back to 1.6.0-alpha.5
---
 solr/solr-ref-guide/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index 000476f..d153f4d 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -45,7 +45,7 @@ buildscript {
     }
 
     dependencies {
-        classpath "org.asciidoctor:asciidoctorj:1.6.2"
+        classpath "org.asciidoctor:asciidoctorj:1.6.0-alpha.5"
         classpath "org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16"
     }
 }