Skip to content

Commit

Permalink
Ignore prerelease versions of jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed May 7, 2024
1 parent 82e0e26 commit 50b9931
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions versions-rules.xml
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
ao-messaging-bom - Bill of Materials (BOM) for asynchronous bidirectional messaging over various protocols.
Copyright (C) 2024 AO Industries, Inc.
support@aoindustries.com
7262 Bull Pen Cir
Mobile, AL 36695
This file is part of ao-messaging-bom.
ao-messaging-bom is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ao-messaging-bom is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with ao-messaging-bom. If not, see <https://www.gnu.org/licenses/>.
-->
<ruleset
comparisonMethod="maven"
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"
>
<rules>
<rule groupId="org.webjars.npm" artifactId="jquery" comparisonMethod="maven">
<ignoreVersions>
<ignoreVersion type="regex">.*-alpha[0-9]*</ignoreVersion>
<ignoreVersion type="regex">.*-beta[0-9]*</ignoreVersion>
<ignoreVersion type="regex">.*-rc[0-9]*</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
</ruleset>

0 comments on commit 50b9931

Please sign in to comment.