Skip to content

Commit c35be2b

Browse files
committed
[test] Fix XML namespace in installer test resources
1 parent fd43eb6 commit c35be2b

27 files changed

Lines changed: 27 additions & 27 deletions

xmvn-tools/xmvn-install/src/test/resources/alias.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/compat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/metadata-uuid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<uuid>test-uuid</uuid>
44
<artifacts>
55
<artifact>

xmvn-tools/xmvn-install/src/test/resources/namespace-dep.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/namespace.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/no-aid-dep.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/no-aid-excl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/no-aid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/no-file.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

xmvn-tools/xmvn-install/src/test/resources/no-gid-dep.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<metadata xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
2+
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
33
<artifacts>
44
<artifact>
55
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)