From bf80026ac03f50e0cdf22f90a8c92d976d143aa5 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 18 Feb 2021 15:20:49 -0500 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. See sub-task CPS-239 of story CPS-175 for more details. Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto Change-Id: Ieb0e8cd576522d0ba2fd448eacd68679a97688e1 Signed-off-by: Jessica Wagantall --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index d8bd8c90e..22742a34e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,22 @@ + + @@ -39,4 +58,18 @@ spotbugs cps-application + + + + + org.codehaus.mojo + versions-maven-plugin + 2.8.1 + + true + + + + + -- 2.16.6