Skip to content

Commit ed9d9c2

Browse files
committed
Ignore dot and dash for special versions
1 parent ebfa891 commit ed9d9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse.platform.releng.prereqs.sdk/update-rules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.mojohaus.org/VERSIONS/RULE/2.1.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-2.1.0.xsd">
55
<!-- see https://www.mojohaus.org/versions/versions-maven-plugin/version-rules.html -->
66
<ignoreVersions>
7-
<ignoreVersion type="regex">.+-(alpha|beta|M)\d*$</ignoreVersion>
7+
<ignoreVersion type="regex">.+[-.](alpha|beta|M)\d*$</ignoreVersion>
88
</ignoreVersions>
99

1010
<rules>

0 commit comments

Comments
 (0)