From a3f158bb1467de5c5b2fae3495435d5f687b3732 Mon Sep 17 00:00:00 2001 From: Gili Tzabari Date: Sun, 29 Dec 2024 12:46:25 -0500 Subject: [PATCH] Simplified versions-maven-plugin configuration --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c3a3ce9..77996a8 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ regex - .+-(alpha|beta).+ + .+-(alpha|beta).+|.+-rc-.* @@ -156,11 +156,7 @@ regex - (.+-SNAPSHOT|.+-M\d) - - - regex - .+-(alpha|beta).+ + (.+-SNAPSHOT|.+-M\d|.+-(alpha|beta).+)||.+-rc-.*