update github actions
[yosql.git] / maven-version-rules.xml
blobdff1c70460509128b8cda22b2bd15d106bd63c27
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
6   ~ in the LICENSE file.
7   -->
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">
11     <ignoreVersions>
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>
16     </ignoreVersions>
17 </ruleset>