Details
-
Task
-
Resolution: Won't Do
-
L3 - Default
-
None
-
None
Description
Context:
in the Release Optimize and Release Example Repo jenkins build pipelines the versions are set via shell, using e.g.
sed -i "s/<\\/upgrade.versions>/,${params.RELEASE_VERSION}<\\/upgrade.versions>/g" pom.xml
This should be set via maven directly instead of externally in a "magical" way.
AT:
- the versions are correctly set on release
- the version params are passed via maven instead of externally through the shell