Remove maven-versions-plugin-set-version var 63/15463/1 v0.37.1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 1 May 2019 10:30:36 +0000 (06:30 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 1 May 2019 10:30:36 +0000 (06:30 -0400)
Clean up newly added maven-docker-stage macro that missed a recent change.
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". This also helps teams not having to define this version
in 2 places and just rely on version.properties.

Change-Id: I41083ed784982b904e12edf52d1f8e73a249b13d
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
jjb/lf-maven-jobs.yaml
releasenotes/notes/maven-versions-plugin-set-version-var-take2-2d52667871df4166.yaml [new file with mode: 0644]

index 0ea9e67..65bc48d 100644 (file)
           maven-versions-plugin: '{maven-versions-plugin}'
           mvn-version: '{mvn-version}'
           mvn-pom: '{mvn-pom}'
-          maven-versions-plugin-set-version: '{maven-versions-plugin-set-version}'
           mvn-settings: '{mvn-settings}'
       - inject:
           properties-content: |
diff --git a/releasenotes/notes/maven-versions-plugin-set-version-var-take2-2d52667871df4166.yaml b/releasenotes/notes/maven-versions-plugin-set-version-var-take2-2d52667871df4166.yaml
new file mode 100644 (file)
index 0000000..6ef37f9
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    Remove maven-versions-plugin-set-version variable in newly added macro.
+    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".