Repository: ant-ivy Updated Branches: refs/heads/master 00d3a534b -> 9a31defc9
Use the latest asciidoctorj Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/9a31defc Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/9a31defc Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/9a31defc Branch: refs/heads/master Commit: 9a31defc9a2b7057a0506460ae77e89bae9c94fc Parents: 00d3a53 Author: Gintas Grigelionis <[email protected]> Authored: Thu Apr 12 18:05:13 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Thu Apr 12 18:05:13 2018 +0200 ---------------------------------------------------------------------- build-release.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/9a31defc/build-release.xml ---------------------------------------------------------------------- diff --git a/build-release.xml b/build-release.xml index 737d058..ddf3c50 100644 --- a/build-release.xml +++ b/build-release.xml @@ -167,7 +167,7 @@ </target> <target name="init-asciidoctor-extensions" depends="init-ivy" unless="skip.doc"> - <ivy:cachepath pathid="asciidoctorj.path" organisation="org.asciidoctor" module="asciidoctorj" revision="1.5.5" inline="true"/> + <ivy:cachepath pathid="asciidoctorj.path" organisation="org.asciidoctor" module="asciidoctorj" revision="1.5.6" inline="true"/> <mkdir dir="${build.dir}/asciidoc-extensions/classes"/> <javac srcdir="${doc.src.dir}/templates/extensions/src" destdir="${build.dir}/asciidoc-extensions/classes" debug="true" includeantruntime="no" classpathref="asciidoctorj.path"/>
