From: Claudio D. Gasparini Date: Tue, 1 Jun 2021 10:22:02 +0000 (+0200) Subject: Configure versions-maven-plugin X-Git-Tag: 1.0.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6c50fd8465c1691c7e9cca5837913d5af1ce684c;p=oam%2Fnf-oam-adopter.git 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 --- 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