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.git


The following commit(s) were added to refs/heads/main by this push:
     new 97a7c1d55f Fix asciidoctor deprecation warning (#2619)
97a7c1d55f is described below

commit 97a7c1d55fa0d70aca44e0bb1af4f5b623bfcd70
Author: Holger Friedrich <[email protected]>
AuthorDate: Thu Apr 30 15:23:16 2026 +0200

    Fix asciidoctor deprecation warning (#2619)
    
    Signed-off-by: Holger Friedrich <[email protected]>
---
 manual/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/manual/pom.xml b/manual/pom.xml
index 17a09f8b06..d4c7a5620b 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -233,7 +233,6 @@
                                </executions>
                                <configuration>
                                        
<sourceDirectory>src/main/asciidoc</sourceDirectory>
-                                       <headerFooter>true</headerFooter>
                                        <attributes>
                                                
<imagesdir>src/main/asciidoc/images</imagesdir>
                                        </attributes>

Reply via email to