essobedo opened a new pull request, #349:
URL: https://github.com/apache/camel-karaf/pull/349
fixes #346
## Motivation
Get rid of the hard-coded versions in the features file to ease camel
migrations and maintenance.
## Modifications
* Add a new goal to the maven plugin to replace the placeholder
`${auto-detect-version}` with the most recent version of the corresponding
dependency that could be found as part of the dependencies of the bundles of
the current feature for which the version is already known.
* Remove the usage of the `depends-maven-plugin` as it is not used by the
plugin
* Configure the `maven-shade-plugin` to have the dependencies of the
wrappers in the pom file
* Allow providing an alias to find the version of a bundle by seeking the
version of another artifact with
`${auto-detect-version:alias=groupId/artifactId}`
* Replace the hard-coded versions in the features file with the placeholder
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]