Skip to content

Commit

Permalink
Upgrade to Antora 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Dec 13, 2024
1 parent e2fd4c8 commit dafa242
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antora</groupId>
<artifactId>quarkus-antora-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/quarkus-antora.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Environment variable: `+++QUARKUS_ANTORA_IMAGE+++`
endif::add-copy-button-to-env-var[]
--
|string
|`docker.io/antora/antora:3.1.9`
|`docker.io/antora/antora:3.1.10`

|===

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Environment variable: `+++QUARKUS_ANTORA_IMAGE+++`
endif::add-copy-button-to-env-var[]
--
|string
|`docker.io/antora/antora:3.1.9`
|`docker.io/antora/antora:3.1.10`

|===

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public interface FixedConfig {
* @asciidoclet
* @since 0.0.5
*/
@WithDefault("docker.io/antora/antora:3.1.9")
@WithDefault("docker.io/antora/antora:3.1.10")
String image();
}

0 comments on commit dafa242

Please sign in to comment.