Skip to content

Commit

Permalink
Keep antora.yml pointing at 3.15.x until 3.16.0 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Mar 24, 2022
1 parent f1a8948 commit a4664f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/antora.yml
Expand Up @@ -29,11 +29,11 @@ asciidoc:

min-maven-version: 3.8.1 # replace ${min-maven-version}
target-maven-version: 3.8.4 # replace ${target-maven-version}
camel-version: 3.16.0 # replace ${camel.version}
camel-docs-version: 3.16.x # replace ${camel.docs.components.version}
camel-version: 3.15.0
camel-docs-version: 3.15.x
quarkus-version: 2.8.0.CR1 # replace ${quarkus.version}
graalvm-version: 22.0.0.2 # replace ${graalvm.version}
graalvm-docs-version: 22.0
# attributes used in xrefs to other Antora components
cq-camel-components: 3.16.x@components # replace ${camel.docs.components.xref}
cq-camel-components: 3.15.x@components
quarkus-examples-version: latest
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -307,7 +307,7 @@
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit a4664f9

Please sign in to comment.