Skip to content

Commit

Permalink
GH-6 - Upgrade to Spring Asciidoctor Backends 0.0.4 snapshots.
Browse files Browse the repository at this point in the history
To benefit from support for inline FontAwesome icons.
  • Loading branch information
odrotbohm committed Oct 17, 2022
1 parent 7c93b27 commit d43f75a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<jmolecules-bom.version>2021.2.4</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-asciidoctor-backends.version>0.0.3</spring-asciidoctor-backends.version>
<spring-asciidoctor-backends.version>0.0.4-SNAPSHOT</spring-asciidoctor-backends.version>
<spring-boot.version>3.0.0-SNAPSHOT</spring-boot.version>

</properties>
Expand Down Expand Up @@ -543,6 +543,16 @@ limitations under the License.
<pluginRepository>
<id>spring-plugins-release</id>
<url>https://repo.spring.io/plugins-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-plugins-snaposhot</id>
<url>https://repo.spring.io/plugins-snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

Expand Down
1 change: 1 addition & 0 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Oliver Drotbohm
:revnumber: {version}
:revdate: {localdate}
:toc: left
:iconfont-fontawesome:

© 2022 The original authors.

Expand Down

0 comments on commit d43f75a

Please sign in to comment.