Skip to content

Commit 06e8511

Browse files
authored
Update docs for release v2.2.5 (#740)
1 parent 68fa5ac commit 06e8511

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co
1313

1414
== Unreleased
1515

16+
== v2.2.5 (2024-01-11)
17+
1618
Bug Fixes::
1719

1820
* Remove Java 'requires open access' module warning in modern Java versions with JRuby v9.4.5.0 (#553)

README.adoc

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Asciidoctor Maven Plugin
22
// Metadata
3-
:release-version: 2.2.4
3+
:release-version: 2.2.5
44
:docs-version: 2.2
55
:maven-site-plugin-version: 3.12.1
66
// Settings
@@ -59,7 +59,10 @@ ifeval::['{tag}' == 'main']
5959
[NOTE]
6060
====
6161
You're viewing the documentation for the upcoming release.
62-
If you're looking for the documentation for an older release, please refer to one of the following tags: +
62+
If you're looking for the documentation for an older release, please refer to one of the following tags:
63+
+
64+
{uri-repo}/tree/asciidoctor-maven-plugin-2.2.4#readme[2.2.4]
65+
⁃
6366
{uri-repo}/tree/asciidoctor-maven-plugin-2.2.3#readme[2.2.3]
6467
⁃
6568
{uri-repo}/tree/asciidoctor-maven-plugin-2.1.0#readme[2.1.0]

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Maven Tools
33
version: '2.2'
44
asciidoc:
55
attributes:
6-
release-version: 2.2.4
6+
release-version: 2.2.5
77
project-repo: asciidoctor/asciidoctor-maven-plugin
88
uri-asciidoc: https://asciidoc.org
99
uri-asciidoctor: https://asciidoctor.org

0 commit comments

Comments
 (0)