Skip to content

Commit a8e20c4

Browse files
committed
Fix antora build
1 parent cd8cd8b commit a8e20c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-grpc-docs/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
<configuration>
6363
<playbook>src/main/antora/antora-playbook.yml</playbook>
6464
<packages>
65-
<package>@antora/[email protected].1-SNAPSHOT-alpha.1</package>
66-
<package>@antora/[email protected].1-SNAPSHOT-alpha.3</package>
67-
<package>@asciidoctor/[email protected].1-SNAPSHOT-beta.3</package>
65+
<package>@antora/[email protected].0-alpha.1</package>
66+
<package>@antora/[email protected].0-alpha.3</package>
67+
<package>@asciidoctor/[email protected].0-beta.3</package>
6868
<package>@springio/[email protected]</package>
69-
<package>@springio/[email protected].1-SNAPSHOT-alpha.9</package>
69+
<package>@springio/[email protected].0-alpha.9</package>
7070
<package>@djencks/[email protected]</package>
7171
</packages>
7272
</configuration>

0 commit comments

Comments
 (0)