-
-
Notifications
You must be signed in to change notification settings - Fork 245
Expand file tree
/
Copy pathversion-rules.xml
More file actions
14 lines (14 loc) · 755 Bytes
/
version-rules.xml
File metadata and controls
14 lines (14 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<ruleset xmlns="https://www.mojohaus.org/VERSIONS/RULE/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" comparisonMethod="maven" xsi:schemaLocation="https://www.mojohaus.org/VERSIONS/RULE/2.1.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-2.1.0.xsd">
<ignoreVersions>
<ignoreVersion type="regex">(?i).*[-.]alpha[-.]?\d*</ignoreVersion>
<ignoreVersion type="regex">(?i).*[-.]M\d+</ignoreVersion>
</ignoreVersions>
<rules>
<rule groupId="com.github.martinpaljak" artifactId="apdu4j-core">
<ignoreVersions>
<ignoreVersion type="regex">^\d{4}.*</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
</ruleset>