Skip to content

Commit 6c5656e

Browse files
committed
Updated antora version in antora-playbook
Relied on BOM to set versions for plugin
1 parent e50962c commit 6c5656e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ antora:
77
- '@antora/atlas-extension'
88
- require: '@springio/antora-extensions/root-component-extension'
99
root_component_name: 'cloud-task'
10+
- '@springio/antora-extensions/static-page-extension'
1011
site:
1112
title: Spring Cloud Task
1213
url: https://docs.spring.io/spring-cloud-task/reference/
@@ -35,4 +36,4 @@ runtime:
3536
format: pretty
3637
ui:
3738
bundle:
38-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.7/ui-bundle.zip
39+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.2/ui-bundle.zip

docs/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,6 @@
9898
<plugin>
9999
<groupId>io.spring.maven.antora</groupId>
100100
<artifactId>antora-maven-plugin</artifactId>
101-
<configuration>
102-
<packages>
103-
<package>@antora/[email protected]</package>
104-
<package>@antora/[email protected]</package>
105-
<package>@asciidoctor/[email protected]</package>
106-
<package>@springio/[email protected]</package>
107-
<package>@springio/[email protected]</package>
108-
</packages>
109-
</configuration>
110101
</plugin>
111102
<plugin>
112103
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)