From: Jessica Wagantall Date: Tue, 30 Apr 2019 00:31:14 +0000 (-0700) Subject: Remove maven-versions-plugin-set-version var X-Git-Tag: v0.37.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=bfea76c9bead88faf10a3ad41ae98ad741ac1b91;hp=bfea76c9bead88faf10a3ad41ae98ad741ac1b91;p=releng%2Fglobal-jjb.git Remove maven-versions-plugin-set-version var This is a variable that does not need to be defined by the users of the jobs. The version needed in this builder step is inherited from versions.properties as "release_version" and it is fixed as that. This also helps teams not having to define this version in 2 places and just rely on version.properties. This upgrade only affects projects using maven-versions-plugin to update their versions (ONAP). Change-Id: I6393291eb555ed0b8f5220264688193c1af9fd5f Signed-off-by: Jessica Wagantall ---