Skip to content

Commit 59f590d

Browse files
committed
Update version update rules for Groovy v4
1 parent 58c84c3 commit 59f590d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

rules.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,9 @@
138138
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
139139
</ignoreVersions>
140140
</rule>
141-
<rule groupId="org.codehaus.groovy" artifactId="*" comparisonMethod="maven">
141+
<rule groupId="org.apache.groovy" artifactId="*" comparisonMethod="maven">
142142
<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>
143+
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
148144
</ignoreVersions>
149145
</rule>
150146
<rule groupId="org.eclipse.collections" artifactId="eclipse-collections" comparisonMethod="maven">

0 commit comments

Comments
 (0)