From 7aa77de5151ae0576bc2881daf75be4029aea4c6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 22 Dec 2025 14:55:33 +0100 Subject: [PATCH] Upgrade maven-release-plugin - upgrade maven-release-plugin (2.5.3 -> 3.1.1) - fix pom parent hierarchy in common/clients Issue-ID: SO-4235 Signed-off-by: Fiete Ostkamp Change-Id: I111eed7d6f0612094017b78681fdc3075ec9e48d --- common/clients/pom.xml | 2 +- pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/clients/pom.xml b/common/clients/pom.xml index 7ecb76836f..5f4d750f97 100644 --- a/common/clients/pom.xml +++ b/common/clients/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.so - so + common 1.16.0-SNAPSHOT clients diff --git a/pom.xml b/pom.xml index ceebfe35e2..059d43f03f 100644 --- a/pom.xml +++ b/pom.xml @@ -705,6 +705,10 @@ + + maven-release-plugin + 3.1.1 + -- 2.16.6