We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c84c3 commit 59f590dCopy full SHA for 59f590d
1 file changed
rules.xml
@@ -138,13 +138,9 @@
138
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
139
</ignoreVersions>
140
</rule>
141
- <rule groupId="org.codehaus.groovy" artifactId="*" comparisonMethod="maven">
+ <rule groupId="org.apache.groovy" artifactId="*" comparisonMethod="maven">
142
<ignoreVersions>
143
- <!--
144
- Groovy past 3.0.4 changes behavior in a way that breaks scripting-groovy.
145
- Until we have time to investigate and adjust, do not upgrade past that.
146
- -->
147
- <ignoreVersion type="regex">^(?!3\.0\.4\.).*</ignoreVersion>
+ <ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
148
149
150
<rule groupId="org.eclipse.collections" artifactId="eclipse-collections" comparisonMethod="maven">
0 commit comments