Skip to content

Commit 8e14c81

Browse files
committed
Update antora resources
1 parent f90e965 commit 8e14c81

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

spring-batch-docs/antora-playbook.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PACKAGES [email protected] @antora/atlas-extension:1.0.0-alpha.1 @antora/[email protected] @springio/[email protected] @asciidoctor/[email protected] @opendevise/[email protected]
2-
#
31
# The purpose of this Antora playbook is to build the docs in the current branch.
42
antora:
53
extensions:
@@ -38,5 +36,5 @@ runtime:
3836
format: pretty
3937
ui:
4038
bundle:
41-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15/ui-bundle.zip
39+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.18/ui-bundle.zip
4240
snapshot: true

spring-batch-docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ nav:
66
ext:
77
collector:
88
run:
9-
command: mvn process-resources -pl spring-batch-docs -am
9+
command: ./mvnw process-resources -pl spring-batch-docs -am
1010
scan:
1111
dir: ./target/classes/antora-resources

spring-batch-docs/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<extensions>true</extensions>
2424
<configuration>
2525
<packages>
26-
<package>@antora/[email protected].1</package>
27-
<package>@antora/[email protected].0-alpha.3</package>
28-
<package>@asciidoctor/[email protected].3</package>
29-
<package>@springio/antora-extensions@1.10.0</package>
30-
<package>@springio/[email protected].9</package>
26+
<package>@antora/[email protected].2</package>
27+
<package>@antora/[email protected].1</package>
28+
<package>@asciidoctor/[email protected].6</package>
29+
<package>@springio/antora-extensions@1.14.7</package>
30+
<package>@springio/[email protected].17</package>
3131
</packages>
3232
</configuration>
3333
</plugin>

0 commit comments

Comments
 (0)