From f257625d9ae0f993dfc7c848aa5acf98908378f3 Mon Sep 17 00:00:00 2001 From: TheSnoozer <6849390+TheSnoozer@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:56:01 +0100 Subject: [PATCH] tell the versions-update-plugin to ignore alpha and M versions --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 4326cf2a..3ea1cb8f 100644 --- a/pom.xml +++ b/pom.xml @@ -189,16 +189,27 @@ + org.apache.maven.plugins maven-enforcer-plugin 3.4.1 + org.apache.maven.plugins maven-release-plugin 3.0.1 -Pgpg + + org.codehaus.mojo + versions-maven-plugin + 2.16.2 + + + .*-M.*,.*-alpha.* + +