From 6c50fd8465c1691c7e9cca5837913d5af1ce684c Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Tue, 1 Jun 2021 12:22:02 +0200 Subject: [PATCH] Configure versions-maven-plugin This change is to fix stage-release whose maven goal versions:update-child-modules is not updating child module versions as expected. Issue-ID: OAM-203 Signed-off-by: Claudio D. Gasparini Change-Id: I7d2dbbfb973db9f2ae1615844a1e728a91927830 --- ves-nf-oam-adopter/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ves-nf-oam-adopter/pom.xml b/ves-nf-oam-adopter/pom.xml index 890d575..9cddddf 100644 --- a/ves-nf-oam-adopter/pom.xml +++ b/ves-nf-oam-adopter/pom.xml @@ -54,4 +54,17 @@ ves-nf-oam-adopter-pm-sb-rest-client ves-nf-oam-adopter-app + + + + + org.codehaus.mojo + versions-maven-plugin + 2.8.1 + + true + + + + \ No newline at end of file -- 2.16.6