Skip to content

Commit

Permalink
Updated antora version in antora-playbook
Browse files Browse the repository at this point in the history
Relied on BOM to set versions for plugin
  • Loading branch information
cppwfs committed Sep 22, 2023
1 parent e50962c commit 6c5656e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ antora:
- '@antora/atlas-extension'
- require: '@springio/antora-extensions/root-component-extension'
root_component_name: 'cloud-task'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Cloud Task
url: https://docs.spring.io/spring-cloud-task/reference/
Expand Down Expand Up @@ -35,4 +36,4 @@ runtime:
format: pretty
ui:
bundle:
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.7/ui-bundle.zip
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.2/ui-bundle.zip
9 changes: 0 additions & 9 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@
<plugin>
<groupId>io.spring.maven.antora</groupId>
<artifactId>antora-maven-plugin</artifactId>
<configuration>
<packages>
<package>@antora/[email protected]</package>
<package>@antora/[email protected]</package>
<package>@asciidoctor/[email protected]</package>
<package>@springio/[email protected]</package>
<package>@springio/[email protected]</package>
</packages>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6c5656e

Please sign in to comment.