1
+ <!--
2
+
3
+ Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com)
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+
17
+ -->
18
+ <ruleset comparisonMethod =" maven"
19
+ xmlns =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi : schemaLocation =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd" >
21
+ <ignoreVersions >
22
+ <ignoreVersion type =" regex" >(?i).*[-_\.]CR[0-9\.]*</ignoreVersion >
23
+ <ignoreVersion type =" regex" >(?i).*[-_\.]rc[0-9\.]*</ignoreVersion >
24
+ <ignoreVersion type =" regex" >(?i).*[-_\.]beta[0-9\.-]*</ignoreVersion >
25
+ <ignoreVersion type =" regex" >(?i).*[-_\.]alpha[0-9\.-]*</ignoreVersion >
26
+ <ignoreVersion type =" regex" >(?i).*[-_\.]Alpha</ignoreVersion >
27
+ <ignoreVersion type =" regex" >(?i).*[-_\.]nightly[0-9\.]*</ignoreVersion >
28
+ <ignoreVersion type =" regex" >(?i).*[-_\.]jboss[0-9\.]*</ignoreVersion >
29
+ <ignoreVersion type =" regex" >(?i).*-atlassian-[0-9\.]*</ignoreVersion >
30
+ <ignoreVersion type =" regex" >(?i).*-jenkins-[0-9\.]*</ignoreVersion >
31
+ <ignoreVersion type =" regex" >.*[-\.]redhat-[0-9]+</ignoreVersion >
32
+ <ignoreVersion type =" regex" >\d{4,}.*</ignoreVersion > <!-- z.B. commons-collections:commons-collections ... 3.2.1.redhat-7 -> 20040117.000000 -->
33
+ </ignoreVersions >
34
+ <rules >
35
+ <rule groupId =" org.cache2k" >
36
+ <ignoreVersions >
37
+ <ignoreVersion >1.3.1.Alpha</ignoreVersion >
38
+ </ignoreVersions >
39
+ </rule >
40
+ <rule groupId =" org.slf4j" comparisonMethod =" maven" >
41
+ <ignoreVersions >
42
+ <ignoreVersion type =" regex" >.*-xwiki</ignoreVersion >
43
+ <ignoreVersion type =" regex" >.*-alpha*</ignoreVersion >
44
+ </ignoreVersions >
45
+ </rule >
46
+ <rule groupId =" org.apache.maven.plugins" artifactId =" maven-surefire-plugin" comparisonMethod =" maven" >
47
+ <ignoreVersions >
48
+ <ignoreVersion >9c6abc2</ignoreVersion >
49
+ </ignoreVersions >
50
+ </rule >
51
+ <rule groupId =" org.codehaus.mojo" artifactId =" properties-maven-plugin" comparisonMethod =" maven" >
52
+ <ignoreVersions >
53
+ <ignoreVersion type =" regex" >.*-tc</ignoreVersion >
54
+ </ignoreVersions >
55
+ </rule >
56
+ <rule groupId =" javax.portlet" artifactId =" portlet-api" comparisonMethod =" maven" >
57
+ <ignoreVersions >
58
+ <ignoreVersion type =" regex" >.*-r\d+</ignoreVersion >
59
+ <ignoreVersion type =" regex" >.*-Draft\d+</ignoreVersion >
60
+ </ignoreVersions >
61
+ </rule >
62
+ </rules >
63
+ </ruleset >
0 commit comments