This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release/10.1.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 45edbb56d04137daae05329ab4e7b645f4c779a8 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu Sep 28 11:15:29 2023 +0200 Add AsciiDoctor to plugin management --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d6c6aed..92225be 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,7 @@ <spotbugs-annotations.version>4.7.3</spotbugs-annotations.version> <!-- plugin versions --> + <asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version> <beanshell-maven-plugin.version>1.4</beanshell-maven-plugin.version> <bnd-maven-plugin.version>6.4.0</bnd-maven-plugin.version> <build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version> @@ -230,6 +231,12 @@ <pluginManagement> <plugins> + <plugin> + <groupId>org.asciidoctor</groupId> + <artifactId>asciidoctor-maven-plugin</artifactId> + <version>${asciidoctor-maven-plugin.version}</version> + </plugin> + <!-- `artifact:compare` is used in `.github/workflows/build-reusable.yaml` --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -1139,7 +1146,6 @@ <plugin> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> - <version>${asciidoctor-maven-plugin.version}</version> <executions> <execution> <id>export-asciidoc-to-html</id>
