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


The following commit(s) were added to refs/heads/main by this push:
     new 8ddb94a  Fix changelog schemas
8ddb94a is described below

commit 8ddb94a66d32997f7a67f4aa1ba97261bdfcb38b
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Apr 19 10:54:35 2024 +0200

    Fix changelog schemas
---
 src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml | 4 ++--
 src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml 
b/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml
index 8be1288..abf6068 100644
--- a/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml
+++ b/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns="http://logging.apache.org/log4j/changelog";
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.3.xsd";
+       xmlns="https://logging.apache.org/xml/ns";
+       xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="updated">
   <issue id="49" link="https://github.com/apache/logging-log4j-scala/pull/49"/>
   <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` 
to version `2.23.1`</description>
diff --git a/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml 
b/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml
index e793cbf..9ffc1d1 100644
--- a/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml
+++ b/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns="http://logging.apache.org/log4j/changelog";
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.3.xsd";
+       xmlns="https://logging.apache.org/xml/ns";
+       xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="updated">
   <issue id="50" link="https://github.com/apache/logging-log4j-scala/pull/50"/>
   <description format="asciidoc">Update `org.scala-lang:scala3-library_3` to 
version `3.4.1`</description>

Reply via email to