File tree Expand file tree Collapse file tree
test/resources/org/codehaus/mojo/versions/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Version number rules
6565---
6666<ruleset comparisonMethod="maven"
6767 xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
68- 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">
68+ 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">
6969 <rules>
7070 <rule groupId="*.maven" comparisonMethod="mercury"/>
7171 <rule groupId="com.mycompany" comparisonMethod="numeric"/>
@@ -90,7 +90,7 @@ Version number rules
9090---
9191<ruleset comparisonMethod="maven"
9292 xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
93- 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">
93+ 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">
9494 <ignoreVersions>
9595 <ignoreVersion type="regex">.*-beta</ignoreVersion>
9696 </ignoreVersions>
Original file line number Diff line number Diff line change 11<ruleset comparisonMethod =" maven"
22 xmlns =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- 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" >
3+ 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" >
44 <ignoreVersions >
55 <ignoreVersion type =" regex" >.*-alpha</ignoreVersion >
66 <ignoreVersion type =" regex" >.*-beta</ignoreVersion >
You can’t perform that action at this time.
0 commit comments