Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit beb947b

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents a3cc793 + e379c64 commit beb947b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/META-INF/jqassistant-plugin.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<jpd:jqassistant-plugin xmlns:jpd="http://schema.jqassistant.org/plugin/v1.10"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://schema.jqassistant.org/plugin/v1.10 https://schema.jqassistant.org/plugin/jqassistant-plugin-v1.10.xsd"
4-
name="JUnit" id="jqa.plugin.junit">
1+
<jqassistant-plugin xmlns="http://schema.jqassistant.org/plugin/v1.10"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://schema.jqassistant.org/plugin/v1.10 https://schema.jqassistant.org/plugin/jqassistant-plugin-v1.10.xsd"
4+
name="JUnit" id="jqa.plugin.junit">
55
<description>Provides scanner for JUnit test reports and rules (e.g. for test classes/methods and ignored tests).</description>
66
<model>
77
<class>com.buschmais.jqassistant.plugin.junit.api.model.TestReportDirectoryDescriptor</class>
@@ -23,4 +23,4 @@
2323
<resource>junit5.xml</resource>
2424
<resource>junit-common.xml</resource>
2525
</rules>
26-
</jpd:jqassistant-plugin>
26+
</jqassistant-plugin>

0 commit comments

Comments
 (0)