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 159
159
<ignoreVersion type =" regex" >.*\.RC[0-9]+</ignoreVersion >
160
160
</ignoreVersions >
161
161
</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 >
162
172
<rule groupId =" org.jetbrains.kotlin" artifactId =" *" comparisonMethod =" maven" >
163
173
<ignoreVersions >
164
174
<ignoreVersion type =" regex" >.*-(Beta|RC)[0-9]*</ignoreVersion >
173
183
<ignoreVersion type =" regex" >^(?!1\.4\.).*</ignoreVersion >
174
184
</ignoreVersions >
175
185
</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 >
176
196
<rule groupId =" org.mockito" artifactId =" mockito-core" comparisonMethod =" maven" >
177
197
<ignoreVersions >
178
198
<!--
You can’t perform that action at this time.
0 commit comments