From d698abd540dddb69e6e1e15f19081c5ac2bf70e3 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Wed, 30 Oct 2024 22:50:37 +0100 Subject: [PATCH] Update docs for v3.1.0 release (#963) * Several CHANGELOG fixes --- CHANGELOG.adoc | 9 ++++++--- README.adoc | 6 ++++-- docs/antora.yml | 6 +++--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 65427520..0c6e86a4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,9 +13,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co == Unreleased + +== v3.1.0 (2024-10-30) + Bug Fixes:: - * Fix open IMG tags in parser-doxia-module (#930) + * Fix open IMG tags in parser-doxia-module (#783) * Fix naming in Asciidoctor Converter Doxia Module pom (#934) * Fix empty table generating element (asciidoctor-parser-doxia-module) (#938) @@ -28,7 +31,7 @@ Improvements:: * Empty titles in document or empty literals no longer generate

or
 in asciidoctor-parser-doxia-module (#944)
   * Sections are now wrapped in 
in (asciidoctor-parser-doxia-module) (#944) * Add support for inline and Example blocks (asciidoctor-parser-doxia-module) (#938) - * Add support for captioned titles in appendixes, tables, listing, figure, and examples (asciidoctor-parser-doxia-module) (#938) + * Add support for captioned titles in appendixes, tables, listing, figure, and examples (asciidoctor-parser-doxia-module) (#749) * Add INFO message to site modules showing the filename in case of issues (#323) Build / Infrastructure:: @@ -36,7 +39,7 @@ Build / Infrastructure:: * Fix javadoc check flake in CI (#814) * Bump AsciidoctorJ to v3.0.0 (#651) -== v3.0.0 (2024-01-30) +== v3.0.0 (2024-02-14) Bug Fixes:: diff --git a/README.adoc b/README.adoc index 7e3ff261..0c80872c 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ = Asciidoctor Maven Tools (Plugin & Site Integration) // Metadata -:release-version: 3.0.0 -:maven-site-plugin-version: 3.12.1 +:release-version: 3.1.0 +:maven-site-plugin-version: 3.21.0 // Settings :idprefix: :idseparator: - @@ -61,6 +61,8 @@ ifeval::['{tag}' == 'main'] You're viewing the documentation for the upcoming release. If you're looking for the documentation for a stable release, please refer to one of the following tags: + +{uri-repo}/tree/asciidoctor-maven-plugin-3.1.0#readme[3.1.0] +⁃ {uri-repo}/tree/asciidoctor-maven-plugin-3.0.0#readme[3.0.0] ⁃ {uri-repo}/tree/asciidoctor-maven-plugin-2.2.6#readme[2.2.6] diff --git a/docs/antora.yml b/docs/antora.yml index 01bc7104..cdd1360d 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,9 +1,9 @@ name: maven-tools title: Maven Tools -version: '3.0' +version: '3.1' asciidoc: attributes: - release-version: 3.0.0 + release-version: 3.1.0 project-repo: asciidoctor/asciidoctor-maven-plugin uri-asciidoc: https://asciidoc.org uri-asciidoctor: https://asciidoctor.org @@ -11,7 +11,7 @@ asciidoc: uri-examples: https://github.com/asciidoctor/asciidoctor-maven-examples uri-maven: https://maven.apache.org uri-maven-site-plugin: https://maven.apache.org/plugins/maven-site-plugin - maven-site-plugin-version: 3.12.1 + maven-site-plugin-version: 3.21.0 nav: - modules/plugin/nav.adoc - modules/site-integration/nav.adoc