James Netherton created CAMEL-21043:
---------------------------------------
Summary: Make SyncPropertiesMojo dynamically determine the POM
template version for the org.apache:apache parent
Key: CAMEL-21043
URL: https://issues.apache.org/jira/browse/CAMEL-21043
Project: Camel
Issue Type: Improvement
Components: tooling
Reporter: James Netherton
Assignee: James Netherton
Fix For: 4.8.0
I was digging into why Dependabot is not updating some Maven plugins in CQ and
it turns out it's because camel-dependencies has an old org.apache:apache
parent.
https://github.com/apache/camel/blob/main/tooling/maven/sync-properties-maven-plugin/src/main/resources/camel-dependencies-template.xml#L27
It should be aligned with whatever Camel has in its root pom.xml. E.g this
https://github.com/apache/camel/blob/main/pom.xml#L24-L28
We should be able to get the sync-properties-maven-plugin to figure out the
correct version instead of hard coding it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)