File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 159159 <ignoreVersion type =" regex" >.*\.RC[0-9]+</ignoreVersion >
160160 </ignoreVersions >
161161 </rule >
162+ <rule groupId =" org.janelia" artifactId =" *" comparisonMethod =" maven" >
163+ <ignoreVersions >
164+ <ignoreVersion type =" regex" >.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion >
165+ </ignoreVersions >
166+ </rule >
167+ <rule groupId =" org.janelia.saalfeldlab" artifactId =" *" comparisonMethod =" maven" >
168+ <ignoreVersions >
169+ <ignoreVersion type =" regex" >.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion >
170+ </ignoreVersions >
171+ </rule >
162172 <rule groupId =" org.jetbrains.kotlin" artifactId =" *" comparisonMethod =" maven" >
163173 <ignoreVersions >
164174 <ignoreVersion type =" regex" >.*-(Beta|RC)[0-9]*</ignoreVersion >
173183 <ignoreVersion type =" regex" >^(?!1\.4\.).*</ignoreVersion >
174184 </ignoreVersions >
175185 </rule >
186+ <rule groupId =" org.junit.jupiter" artifactId =" *" comparisonMethod =" maven" >
187+ <ignoreVersions >
188+ <ignoreVersion type =" regex" >.*-(alpha|beta|rc|M)-?[0-9]+</ignoreVersion >
189+ </ignoreVersions >
190+ </rule >
191+ <rule groupId =" org.junit.vintage" artifactId =" *" comparisonMethod =" maven" >
192+ <ignoreVersions >
193+ <ignoreVersion type =" regex" >.*-(alpha|beta|rc|M)-?[0-9]+</ignoreVersion >
194+ </ignoreVersions >
195+ </rule >
176196 <rule groupId =" org.mockito" artifactId =" mockito-core" comparisonMethod =" maven" >
177197 <ignoreVersions >
178198 <!--
You can’t perform that action at this time.
0 commit comments