Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co

== Unreleased

== v2.2.1 (2021-07-24)

Bug Fixes::

* Fix excluding sources when enclosing parent path starts with _ (#544)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Asciidoctor Maven Plugin
// Metadata
:release-version: 2.2.0
:release-version: 2.2.1
:docs-version: 2.2
:maven-site-plugin-version: 3.9.0
// Settings
Expand Down
10 changes: 5 additions & 5 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: maven-tools
title: Maven Tools
version: '2.1'
version: '2.2'
asciidoc:
attributes:
release-version: 2.1.0
release-version: 2.2.1
maven-site-plugin-version: 3.9.0
project-repo: asciidoctor/asciidoctor-maven-plugin
uri-asciidoc: http://asciidoc.org
uri-asciidoctor: http://asciidoctor.org
uri-asciidoc: https://asciidoc.org
uri-asciidoctor: https://asciidoctor.org
uri-asciidoctorj: https://github.com/asciidoctor/asciidoctorj
uri-examples: https://github.com/asciidoctor/asciidoctor-maven-examples
uri-maven: http://maven.apache.org
uri-maven: https://maven.apache.org
nav:
- modules/plugin/nav.adoc
- modules/site-integration/nav.adoc
Expand Down