Skip to content

Simplify application build process and application version management

Cristina Pauna requested to merge feature/optimize_build_process into main

Hey, I tried to simplify the application/Docker build and version management to make applying updates less error prone. This way it should only be necessary to update the application version in the 'revision' property of the parent POM which is then just referenced in the different Maven modules. Kind of a best practice from our projects. More information about this can be found here. Of course, it's still necessary to apply the version changes manually to Helm Chart, as long it's not automated. Hope the broken pipeline will be fixed this way.

Merge request reports