File tree 2 files changed +11
-0
lines changed
releng/org.eclipse.linuxtools.target
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 184
184
<version >${tycho-version} </version >
185
185
<configuration >
186
186
<updateEmptyVersion >false</updateEmptyVersion >
187
+ <mavenRulesUri >${project.basedir} /update-rules.xml</mavenRulesUri >
187
188
</configuration >
188
189
</plugin >
189
190
<plugin >
Original file line number Diff line number Diff line change
1
+ <ruleset comparisonMethod =" maven"
2
+ xmlns=" https://www.mojohaus.org/VERSIONS/RULE/2.1.0"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" https://www.mojohaus.org/VERSIONS/RULE/2.1.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-2.1.0.xsd" >
5
+ <!-- see https://www.mojohaus.org/versions/versions-maven-plugin/version-rules.html -->
6
+ <ignoreVersions >
7
+ <ignoreVersion type =" regex" >.+[-.](alpha|beta|M|RC|rc|pre.1)\d*$</ignoreVersion >
8
+ </ignoreVersions >
9
+
10
+ </ruleset >
You can’t perform that action at this time.
0 commit comments