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

ndimiduk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 5360fffc82b HBASE-27106 update asciidoctor site building. (#4522)
5360fffc82b is described below

commit 5360fffc82ba4ca3b4bb8463a5712a153c173677
Author: Sean Busbey <[email protected]>
AuthorDate: Mon Jun 13 03:46:10 2022 -0500

    HBASE-27106 update asciidoctor site building. (#4522)
    
    - update asciidoctor maven plugin to latest
    - update the asciidoctor pdf dependency to latest
    - allow the plugin to use its own version of jruby
    
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: Nick Dimiduk <[email protected]>
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3867c3e0c18..70e64040137 100644
--- a/pom.xml
+++ b/pom.xml
@@ -824,8 +824,8 @@
     <commons-crypto.version>1.0.0</commons-crypto.version>
     <curator.version>4.2.0</curator.version>
     <!-- Plugin Dependencies -->
-    <asciidoctor.plugin.version>2.1.0</asciidoctor.plugin.version>
-    <asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
+    <asciidoctor.plugin.version>2.2.2</asciidoctor.plugin.version>
+    <asciidoctorj.pdf.version>2.0.6</asciidoctorj.pdf.version>
     <build.helper.maven.version>3.0.0</build.helper.maven.version>
     <buildnumber.maven.version>1.4</buildnumber.maven.version>
     <!--
@@ -2567,11 +2567,6 @@
             <artifactId>asciidoctorj-pdf</artifactId>
             <version>${asciidoctorj.pdf.version}</version>
           </dependency>
-          <dependency>
-            <groupId>org.jruby</groupId>
-            <artifactId>jruby-complete</artifactId>
-            <version>${jruby.version}</version>
-          </dependency>
         </dependencies>
         <executions>
           <execution>

Reply via email to