1 <?xml version="1.0" encoding="UTF-8"?>
4 This file is part of maven-build-process. It is subject to the license terms in the LICENSE file found in the top-level
5 directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of maven-build-process,
6 including this file, may be copied, modified, propagated, or distributed except according to the terms contained
10 <ruleset comparisonMethod="maven"
11 xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 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">
14 <ignoreVersion type="regex">(?i).*alpha.*</ignoreVersion>
15 <ignoreVersion type="regex">(?i).*beta.*</ignoreVersion>
16 <ignoreVersion type="regex">.*-b.*</ignoreVersion>
17 <ignoreVersion type="regex">.*-rc.*</ignoreVersion>
20 <rule groupId="org.postgresql" artifactId="postgresql">
22 <ignoreVersion type="regex">.*jre.*</ignoreVersion>
25 <rule groupId="javax.enterprise" artifactId="cdi-api">
27 <ignoreVersion type="regex">2.0-EDR.*</ignoreVersion>
28 <ignoreVersion type="regex">2.0-PFD</ignoreVersion>
31 <rule groupId="javax.cache" artifactId="cache-api">
33 <ignoreVersion>1.0.0-PFD</ignoreVersion>
36 <!-- ignore all self managed artifacts, since they use semantic versioning + a version range -->
37 <rule groupId="de.xn--ho-hia.*" artifactId="*">
39 <ignoreVersion type="regex">.*</ignoreVersion>
42 <rule groupId="com.github.sebhoss" artifactId="*">
44 <ignoreVersion type="regex">.*</ignoreVersion>