File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 326326 <outputDirectory >${asciidoctor.base-output-dir} /pdf</outputDirectory >
327327 <attributes >
328328 <imagesdir >${asciidoctor.aggregated-resources-dir} /images/</imagesdir >
329- <pdf-stylesdir >${asciidoctor.aggregated-resources-dir} /theme</pdf-stylesdir >
330- <pdf-style >hibernate</pdf-style >
329+ <pdf-themesdir >${asciidoctor.aggregated-resources-dir} /theme</pdf-themesdir >
330+ <pdf-theme >hibernate</pdf-theme >
331331 <pdf-fontsdir >${asciidoctor.aggregated-resources-dir} /theme/fonts</pdf-fontsdir >
332332 <pagenums />
333333 <idprefix />
Original file line number Diff line number Diff line change 202202
203203 <!-- Asciidoctor -->
204204
205- <version .asciidoctor.plugin>2.2.2 </version .asciidoctor.plugin>
206- <version .org.hibernate.infra.hibernate-asciidoctor-theme>1 .0.6 .Final</version .org.hibernate.infra.hibernate-asciidoctor-theme>
205+ <version .asciidoctor.plugin>2.2.4 </version .asciidoctor.plugin>
206+ <version .org.hibernate.infra.hibernate-asciidoctor-theme>2 .0.0 .Final</version .org.hibernate.infra.hibernate-asciidoctor-theme>
207207 <version .org.hibernate.infra.hibernate-asciidoctor-extensions>2.0.0.Final</version .org.hibernate.infra.hibernate-asciidoctor-extensions>
208208 <version .org.jruby>9.3.2.0</version .org.jruby>
209- <version .org.asciidoctor.asciidoctorj>2.5.3 </version .org.asciidoctor.asciidoctorj>
210- <version .org.asciidoctor.asciidoctorj-pdf>1.5.0-alpha.18 </version .org.asciidoctor.asciidoctorj-pdf>
209+ <version .org.asciidoctor.asciidoctorj>2.5.10 </version .org.asciidoctor.asciidoctorj>
210+ <version .org.asciidoctor.asciidoctorj-pdf>2.3.9 </version .org.asciidoctor.asciidoctorj-pdf>
211211
212212 <!-- Maven plugins versions -->
213213
984984 <artifactId >asciidoctor-maven-plugin</artifactId >
985985 <version >${version.asciidoctor.plugin} </version >
986986 <dependencies >
987- <dependency >
988- <groupId >org.jruby</groupId >
989- <artifactId >jruby-complete</artifactId >
990- <version >${version.org.jruby} </version >
991- </dependency >
992987 <dependency >
993988 <groupId >org.asciidoctor</groupId >
994989 <artifactId >asciidoctorj</artifactId >
You can’t perform that action at this time.
0 commit comments