File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 >
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" >
You can’t perform that action at this time.
0 commit comments