From 125ee3daaf4d143e20db8412997d2b5f06eb7c30 Mon Sep 17 00:00:00 2001 From: Gili Tzabari Date: Wed, 1 Jan 2025 06:22:41 -0500 Subject: [PATCH] Updated versions-maven-plugin configuration to exclude more types of alpha versions. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1b8223e..41e4e16 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 com.github.cowwoc.pouch root @@ -156,7 +157,7 @@ regex - (.+-SNAPSHOT|.+-M\d|.+-(alpha|beta).+)||.+-rc-.* + (.+-SNAPSHOT|.+-M\d|.+(-|\.)(alpha|beta).+)||.+-rc-.*