OpenRS2 ruleset for versions-maven-plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openrs2-version-rules/src/main/resources/version-rules.xml

6 lines
473 B

<?xml version="1.0" encoding="UTF-8"?>
<ruleset xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd" comparisonMethod="maven">
<ignoreVersions>
<ignoreVersion type="regex">(?i).*[._-](?:alpha|beta|rc|cr|m).*</ignoreVersion>
</ignoreVersions>
</ruleset>