Skip to content

Commit

Permalink
Bump JRuby 9.4.2.0 to 9.4.5.0 (#233)
Browse files Browse the repository at this point in the history
Aligned with version used in AsciidoctorJ 2.5.11
  • Loading branch information
abelsromero authored Dec 25, 2023
1 parent f2e5273 commit 67e4263
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion asciidoc-maven-site-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion asciidoc-multiple-inputs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion asciidoc-to-html-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion asciidoc-to-html-multipage-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<asciidoctor-multipage.version>0.0.16</asciidoctor-multipage.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion asciidoc-to-revealjs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
<revealjs.version>3.9.2</revealjs.version>
<!-- Use 'master' as version and remove the 'v' prefixing the download url to use the current snapshot version -->
<asciidoctor-revealjs.version>master</asciidoctor-revealjs.version>
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-diagram-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<asciidoctorj.diagram.version>2.2.13</asciidoctorj.diagram.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-epub-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<asciidoctorj.epub.version>1.5.1</asciidoctorj.epub.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<!-- for a correct kf8 generation, you'll need at least jRuby >= 9.1.8.0 -->
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
<!-- provide full path to kindlegen application if you need the fallback solution -->
<path.to.kindlegen>/absolute/path/to/kindlegen</path.to.kindlegen>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-pdf-cjk-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
<pdf.cjk.version>0.1.3</pdf.cjk.version>
<pdf.cjk.kaigen.version>0.1.1</pdf.cjk.kaigen.version>
<pdf.cjk.kaigen.fonts.download.uri>https://github.com/chloerei/asciidoctor-pdf-cjk-kai_gen_gothic/releases/download/v0.1.0-fonts</pdf.cjk.kaigen.fonts.download.uri>
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-pdf-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-pdf-with-theme-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion docbook-pipeline-docbkx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
</properties>

<build>
Expand Down

0 comments on commit 67e4263

Please sign in to comment.