Skip to content

Commit 6ed4143

Browse files
committed
Fix rules.xml alphabetic ordering violation
1 parent 6eca6c3 commit 6ed4143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@
133133
<ignoreVersion type="regex">.*-m[0-9]+-.*</ignoreVersion>
134134
</ignoreVersions>
135135
</rule>
136-
<rule groupId="org.apache.maven" artifactId="maven-core" comparisonMethod="maven">
136+
<rule groupId="org.apache.groovy" artifactId="*" comparisonMethod="maven">
137137
<ignoreVersions>
138138
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
139139
</ignoreVersions>
140140
</rule>
141-
<rule groupId="org.apache.groovy" artifactId="*" comparisonMethod="maven">
141+
<rule groupId="org.apache.maven" artifactId="maven-core" comparisonMethod="maven">
142142
<ignoreVersions>
143143
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
144144
</ignoreVersions>

0 commit comments

Comments
 (0)