Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml in contribs: use ${project.parent.version} for dependencys.. #3618

Merged

Conversation

kt86
Copy link
Contributor

@kt86 kt86 commented Dec 2, 2024

...instead of i) hardcoded version or ii) old, deprecated ${project.version}.

Re i) As long as version change is done by search/replace, this will not directly change anything. But I think, it is less error-prone, that someone will forget some dependencies if not done so... This would lead to a version mixture.
With this change, this risk is significantly reduced.

Re ii) I updated the old, deprecated way of defining the dependency version, depending on the "parent" version.

…ed version or ii) old, deprecated ${project.version}
@kt86 kt86 linked an issue Dec 2, 2024 that may be closed by this pull request
@kt86 kt86 enabled auto-merge December 2, 2024 22:52
@kt86 kt86 merged commit eae7c42 into master Dec 2, 2024
49 checks passed
@kt86 kt86 deleted the 3575-poms-replace-hardcoded-version-by-projectparentversion branch December 2, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poms: Replace hardcoded version by §{project.parent.version}?
1 participant