Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Housekeeping: FIX: make update-dependencies puts the revision into <c…
…hangelist> It should keep the configured "-SNAPSHOT" there. "make update-dependencies" doesn't just update lines like "<maven-assembly-plugin.version>3.7.0</maven-assembly-plugin.version>", but it also changes the "<changelist>-SNAPSHOT</changelist>" to "<changelist>1.0.4</changelist>", presumably because the "-SNAPSHOT" looks like a version and is referenced by our "parent" artifact, and for that the latest available version is inserted. We want the "-SNAPSHOT" to remain there in order to produce snapshots on default builds; our CI/CD-build on main explicitly disables snapshots. Therefore, exclude the "changelist" property from updates.
- Loading branch information