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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-site.git

commit 6e0030b83a595b0dda31db96a130ff6580e8a19d
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Mar 19 10:00:10 2024 +0100

    Fix `version` attribute of `log4j-changelog-0.2.0.xsd`
---
 xml/ns/log4j-changelog-0.2.0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xml/ns/log4j-changelog-0.2.0.xsd b/xml/ns/log4j-changelog-0.2.0.xsd
index 5539b11e..5baeb73f 100644
--- a/xml/ns/log4j-changelog-0.2.0.xsd
+++ b/xml/ns/log4j-changelog-0.2.0.xsd
@@ -19,7 +19,7 @@
         targetNamespace="https://logging.apache.org/xml/ns";
         xmlns:cl="https://logging.apache.org/xml/ns";
         elementFormDefault="qualified"
-        version="1.0.0">
+        version="0.2.0">
 
   <element name="release">
     <complexType>

Reply via email to