From b22ac58d50d322fb8e035870aea5c9c836827aff Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Sun, 28 May 2023 20:39:54 +0200 Subject: [PATCH] Update docs for v2.2.4 release (#643) --- CHANGELOG.adoc | 2 ++ README.adoc | 16 +++------------- docs/antora.yml | 2 +- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index effe3884..9a7e81d1 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co == Unreleased +== v2.2.4 (2023-05-28) + Build / Infrastructure:: * Add Maven matrix testing + define Maven compatibility policy (#632) diff --git a/README.adoc b/README.adoc index 470d77d9..03f1bf5b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor Maven Plugin // Metadata -:release-version: 2.2.3 +:release-version: 2.2.4 :docs-version: 2.2 :maven-site-plugin-version: 3.12.1 // Settings @@ -62,23 +62,13 @@ ifeval::['{tag}' == 'main'] ==== You're viewing the documentation for the upcoming release. If you're looking for the documentation for an older release, please refer to one of the following tags: + +{uri-repo}/tree/asciidoctor-maven-plugin-2.2.3#readme[2.2.3] +⁃ {uri-repo}/tree/asciidoctor-maven-plugin-2.1.0#readme[2.1.0] ⁃ {uri-repo}/tree/asciidoctor-maven-plugin-2.0.0#readme[2.0.0] ⁃ {uri-repo}/tree/asciidoctor-maven-plugin-1.6.0#readme[1.6.0] -⁃ -{uri-repo}/tree/asciidoctor-maven-plugin-1.5.8#readme[1.5.8] -⁃ -{uri-repo}/tree/asciidoctor-maven-plugin-1.5.7.1#readme[1.5.7.1] -⁃ -{uri-repo}/tree/asciidoctor-maven-plugin-1.5.6#readme[1.5.6] -⁃ -{uri-repo}/tree/asciidoctor-maven-plugin-1.5.5#readme[1.5.5] -⁃ -{uri-repo}/tree/asciidoctor-maven-plugin-1.5.3#readme[1.5.3] -⁃ -{uri-repo}/tree/asciidoctor-maven-plugin-1.5.2.1#readme[1.5.2.1] ==== endif::[] diff --git a/docs/antora.yml b/docs/antora.yml index 23f0c66c..de93f953 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -3,7 +3,7 @@ title: Maven Tools version: '2.2' asciidoc: attributes: - release-version: 2.2.3 + release-version: 2.2.4 project-repo: asciidoctor/asciidoctor-maven-plugin uri-asciidoc: https://asciidoc.org uri-asciidoctor: https://asciidoctor.org