Skip to content

Commit 822fc2a

Browse files
committed
Update rules.xml for log4j and junit prereleases
1 parent 6ed4143 commit 822fc2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rules.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
139139
</ignoreVersions>
140140
</rule>
141+
<rule groupId="org.apache.logging.log4j" artifactId="*" comparisonMethod="maven">
142+
<ignoreVersions>
143+
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
144+
</ignoreVersions>
145+
</rule>
141146
<rule groupId="org.apache.maven" artifactId="maven-core" comparisonMethod="maven">
142147
<ignoreVersions>
143148
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
@@ -185,7 +190,7 @@
185190
</rule>
186191
<rule groupId="org.junit.jupiter" artifactId="*" comparisonMethod="maven">
187192
<ignoreVersions>
188-
<ignoreVersion type="regex">.*-(alpha|beta|rc|M)-?[0-9]+</ignoreVersion>
193+
<ignoreVersion type="regex">.*-(alpha|beta|rc|RC|M)-?[0-9]+</ignoreVersion>
189194
</ignoreVersions>
190195
</rule>
191196
<rule groupId="org.junit.vintage" artifactId="*" comparisonMethod="maven">

0 commit comments

Comments
 (0)