Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Oct 14, 2024
1 parent 25ecbc0 commit 2dfc88f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions fj-doc-base/src/main/docs/doc_xsd_config_ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ <h1 style="font-weight: bold;">Reference xsd documentation for Venus - Fugerit
<a href="#phrase">phrase</a>
<span > | </span>
<a href="#para">para</a>
<span > | </span>
<a href="#h">h</a>
<span >) [0-unbounded]
</span>
</td>
Expand Down Expand Up @@ -458,6 +460,14 @@ <h1 style="font-weight: bold;">Reference xsd documentation for Venus - Fugerit
</td>
<td id="cell_24_2" style=" width: 40%; border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; padding: 2px;">
<span >mixed </span>
<span >(</span>
<a href="#phrase">phrase</a>
<span > | </span>
<a href="#para">para</a>
<span > | </span>
<a href="#h">h</a>
<span >) [0-unbounded]
</span>
</td>
</tr>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions fj-doc-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<properties>
<!-- asciidoc properties -->
<asciidoctor.maven.plugin.version>3.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.15</asciidoctorj.pdf.version>
<asciidoctorj.pdf.version>2.3.18</asciidoctorj.pdf.version>
<asciidoctorj.version>3.0.0</asciidoctorj.version>
<asciidoctorj.diagram.version>2.3.0</asciidoctorj.diagram.version>
<asciidoctorj.diagram-plantuml.version>1.2024.3</asciidoctorj.diagram-plantuml.version>
<asciidoctorj.diagram.version>2.3.1</asciidoctorj.diagram.version>
<asciidoctorj.diagram-plantuml.version>1.2024.5</asciidoctorj.diagram-plantuml.version>
<asciidoctorj.diagram-ditaamini.version>1.0.3</asciidoctorj.diagram-ditaamini.version>
<jruby.version>9.4.6.0</jruby.version>
<jruby.version>9.4.8.0</jruby.version>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
<pdf-output-folder>${project.build.directory}/generated-pdf</pdf-output-folder>
<html-output-folder>${project.build.directory}/generated-html5</html-output-folder>
Expand Down

0 comments on commit 2dfc88f

Please sign in to comment.