We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eca6c3 commit 6ed4143Copy full SHA for 6ed4143
rules.xml
@@ -133,12 +133,12 @@
133
<ignoreVersion type="regex">.*-m[0-9]+-.*</ignoreVersion>
134
</ignoreVersions>
135
</rule>
136
- <rule groupId="org.apache.maven" artifactId="maven-core" comparisonMethod="maven">
+ <rule groupId="org.apache.groovy" artifactId="*" comparisonMethod="maven">
137
<ignoreVersions>
138
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
139
140
141
- <rule groupId="org.apache.groovy" artifactId="*" comparisonMethod="maven">
+ <rule groupId="org.apache.maven" artifactId="maven-core" comparisonMethod="maven">
142
143
144
0 commit comments