From 8a9ff6df63c4ae8ac3201e3d29ec1ce0207b0cb9 Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:25:27 +0100 Subject: [PATCH] Extend pom.xml version pattern to allow hash --- pom-organize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-organize.sh b/pom-organize.sh index bd0f429..8576cb0 100755 --- a/pom-organize.sh +++ b/pom-organize.sh @@ -5,7 +5,7 @@ SEARCH_DIR="." # sbt-kalix-1.4.1-54-5206e862-dev.pom # kalix-codegen-java_2.12-1.4.1-54-5206e862-dev.pom # kalix-common-libraries_2.13-1.23.0+4-4b87ba57+20251128-1549.pom -VERSION_REGEX='(_2\.1[23]+)?-[0-9]+\.[0-9]+\.[0-9]+[^.]*\.pom$' +VERSION_REGEX='(_2\.1[23]+)?-([0-9]+\.[0-9]+\.[0-9]+[^.]*)?([a-f0-9.]+)?\.pom$' set -euo pipefail