You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2022/03/27 08:07:32 UTC

[logging-log4j-kotlin] 02/04: made use of asciidoc property for selecting plugin version

This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git

commit 35d0f9885d3eeffeaff766032f661b6977da592f
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Sun Mar 27 10:05:05 2022 +0200

    made use of asciidoc property for selecting plugin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f551cc..62e7c06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
       <plugin>
         <groupId>org.asciidoctor</groupId>
         <artifactId>asciidoctor-maven-plugin</artifactId>
-        <version>1.5.6</version>
+        <version>${asciidoc.plugin.version}</version>
         <executions>
           <execution>
             <id>output-html</id>