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">.*Alpha.*</ignoreVersion>
15 <ignoreVersion type="regex">.*-beta.*</ignoreVersion>
16 <ignoreVersion type="regex">.*-b.*</ignoreVersion>
17 <ignoreVersion type="regex">.*-rc.*</ignoreVersion>
20 <rule groupId="org.postgresql" artifactId="postgresql">
22 <ignoreVersion>.*jre.*</ignoreVersion>
25 <rule groupId="javax.enterprise" artifactId="cdi-api">
27 <ignoreVersion>2.0-EDR1</ignoreVersion>