mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1859: Exclude "-Beta[N]" and "-Alpha[N]" suffixes from update check.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -512,7 +512,7 @@
|
|||||||
</ignoreVersion>
|
</ignoreVersion>
|
||||||
<ignoreVersion>
|
<ignoreVersion>
|
||||||
<type>regex</type>
|
<type>regex</type>
|
||||||
<version>.+-(alpha|beta)\b.*?</version>
|
<version>.+-(alpha|Alpha|beta|Beta)[0-9]*\b.*?</version>
|
||||||
</ignoreVersion>
|
</ignoreVersion>
|
||||||
</ignoreVersions>
|
</ignoreVersions>
|
||||||
<rules>
|
<rules>
|
||||||
|
Reference in New Issue
Block a user