Repository: hbase Updated Branches: refs/heads/branch-2 4663d7b9a -> 80959b452
HBASE-18332 Upgrade asciidoctor-maven-plugin Update asciidoctor-maven-plugin to 1.5.5 and asciidoctorj-pdf to 1.5.0-alpha.15 asciidoctor's pdfmark generation is turned off Modify title-logo tag to title-logo-image Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/80959b45 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/80959b45 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/80959b45 Branch: refs/heads/branch-2 Commit: 80959b45286f3f8163e463358aeaf8342c002228 Parents: 4663d7b Author: Peter Somogyi <[email protected]> Authored: Fri Jul 7 13:54:41 2017 +0200 Committer: Misty Stanley-Jones <[email protected]> Committed: Mon Jul 17 19:06:30 2017 -0700 ---------------------------------------------------------------------- pom.xml | 5 ++--- src/main/asciidoc/book.adoc | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/80959b45/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f3e17f7..a03386f 100644 --- a/pom.xml +++ b/pom.xml @@ -1253,7 +1253,6 @@ <configuration> <target name="rename file"> <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" /> - <move file="${project.reporting.outputDirectory}/book.pdfmarks" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdfmarks" /> </target> </configuration> <goals> @@ -1379,8 +1378,8 @@ <curator.version>2.12.0</curator.version> <!-- Plugin Dependencies --> <apache.rat.version>0.12</apache.rat.version> - <asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version> - <asciidoctorj.pdf.version>1.5.0-alpha.6</asciidoctorj.pdf.version> + <asciidoctor.plugin.version>1.5.5</asciidoctor.plugin.version> + <asciidoctorj.pdf.version>1.5.0-alpha.15</asciidoctorj.pdf.version> <build.helper.maven.version>3.0.0</build.helper.maven.version> <buildnumber.maven.version>1.4</buildnumber.maven.version> <checkstyle.version>6.18</checkstyle.version> http://git-wip-us.apache.org/repos/asf/hbase/blob/80959b45/src/main/asciidoc/book.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/book.adoc b/src/main/asciidoc/book.adoc index e5898d5..2b9bf26 100644 --- a/src/main/asciidoc/book.adoc +++ b/src/main/asciidoc/book.adoc @@ -26,7 +26,7 @@ :Version: {docVersion} :revnumber: {docVersion} // Logo for PDF -- doesn't render in HTML -:title-logo: hbase_logo_with_orca.png +:title-logo-image: image:hbase_logo_with_orca.png[pdfwidth=4.25in,align=center] :numbered: :toc: left :toclevels: 1
