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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 85ded35  [KARAF-7351] Upgrade to asciidoctor-maven-plugin 2.2.1
     new 02b3d08  Merge pull request #274 from jbonofre/KARAF-7351
85ded35 is described below

commit 85ded35c997afcfdebc8b865994a41adbb2aa714
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Jan 18 18:07:42 2022 +0100

    [KARAF-7351] Upgrade to asciidoctor-maven-plugin 2.2.1
---
 manual/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/pom.xml b/manual/pom.xml
index 9971e3b..c86e6bf 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctor-maven-plugin</artifactId>
-                <version>1.5.6</version>
+                <version>2.2.1</version>
                 <executions>
                     <execution>
                         <id>output-html</id>

Reply via email to