Skip to content

Commit 140aa29

Browse files
committed
Fix XSD versions
1 parent 1c2bcf8 commit 140aa29

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

log4j-mongodb/src/test/resources/MongoDbCollectionNameIT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="
2121
https://logging.apache.org/xml/ns
22-
https://logging.apache.org/xml/ns/log4j-config-3.xsd">
22+
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
2525
<MongoDb

log4j-mongodb/src/test/resources/MongoDbDatabaseAndCollectionNameIT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="
2121
https://logging.apache.org/xml/ns
22-
https://logging.apache.org/xml/ns/log4j-config-3.xsd">
22+
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
2525
<MongoDb

log4j-mongodb/src/test/resources/MongoDbNoDatabaseAndCollectionNameIT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="
2121
https://logging.apache.org/xml/ns
22-
https://logging.apache.org/xml/ns/log4j-config-3.xsd">
22+
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
2525
<MongoDb

log4j-mongodb4/src/test/resources/MongoDb4CollectionNameIT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="
2121
https://logging.apache.org/xml/ns
22-
https://logging.apache.org/xml/ns/log4j-config-3.xsd">
22+
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
2525
<MongoDb

log4j-mongodb4/src/test/resources/MongoDb4DatabaseAndCollectionNameIT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="
2121
https://logging.apache.org/xml/ns
22-
https://logging.apache.org/xml/ns/log4j-config-3.xsd">
22+
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
2525
<MongoDb

0 commit comments

Comments
 (0)