From 81de59e918bbb72813e203b44bab9e9df8a5e80e Mon Sep 17 00:00:00 2001 From: Mike Jumper Date: Tue, 3 Oct 2023 16:19:04 -0700 Subject: [PATCH] GUACAMOLE-1859: Exclude "-Beta[N]" and "-Alpha[N]" suffixes from update check. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36677bcd8..cb0a38acd 100644 --- a/pom.xml +++ b/pom.xml @@ -512,7 +512,7 @@ regex - .+-(alpha|beta)\b.*? + .+-(alpha|Alpha|beta|Beta)[0-9]*\b.*?