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

vy pushed a commit to branch 2.x-docgen
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 00fb764fd103de1cea090644d9172516fae9b7de
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Mar 19 11:47:20 2024 +0100

    Provide schema version to docgen
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3cf69cbfe6..4a1e5e866d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
     <maven.site.deploy.skip>true</maven.site.deploy.skip>
 
     <!-- Dependency versions -->
-    <log4j-docgen.version>1.0.0-SNAPSHOT</log4j-docgen.version>
+    <log4j-docgen.version>0.8.0-SNAPSHOT</log4j-docgen.version>
 
     <!-- ==================================
          `log4j-docgen`-specific properties
@@ -825,6 +825,7 @@
             </goals>
             <phase>pre-site</phase>
             <configuration>
+              <schemaVersion>${project.version}</schemaVersion>
               
<schemaFile>${project.build.directory}/log4j-config.xsd</schemaFile>
             </configuration>
           </execution>

Reply via email to