1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
4 ~ directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
5 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
8 <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 comparisonMethod="maven" xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
10 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">
12 <ignoreVersion type="regex">(?i).*alpha.*</ignoreVersion>
13 <ignoreVersion type="regex">(?i).*beta.*</ignoreVersion>
14 <ignoreVersion type="regex">(?i).*-b.*</ignoreVersion>
15 <ignoreVersion type="regex">(?i).*-rc.*</ignoreVersion>