File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ao-encoding - High performance streaming character encoding.
4
+ Copyright (C) 2024 AO Industries, Inc.
5
+
6
+ 7262 Bull Pen Cir
7
+ Mobile, AL 36695
8
+
9
+ This file is part of ao-encoding.
10
+
11
+ ao-encoding is free software: you can redistribute it and/or modify
12
+ it under the terms of the GNU Lesser General Public License as published by
13
+ the Free Software Foundation, either version 3 of the License, or
14
+ (at your option) any later version.
15
+
16
+ ao-encoding is distributed in the hope that it will be useful,
17
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ GNU Lesser General Public License for more details.
20
+
21
+ You should have received a copy of the GNU Lesser General Public License
22
+ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
23
+ -->
24
+ <ruleset
25
+ comparisonMethod =" maven"
26
+ xmlns =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
27
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
28
+ 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"
29
+ >
30
+ <rules >
31
+ <rule groupId =" org.hamcrest" comparisonMethod =" maven" >
32
+ <ignoreVersions >
33
+ <ignoreVersion type =" regex" >.*-rc[0-9]+</ignoreVersion >
34
+ </ignoreVersions >
35
+ </rule >
36
+ </rules >
37
+ </ruleset >
You can’t perform that action at this time.
0 commit comments