GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/130
CAMEL-7346: Clean-Up Maven Project Definitions Reduce redundancies in Maven pom.xml files: - Remove redundant groupId definition - Remove redundant version specification Signed-off-by: Gregor Zurowski <gre...@zurowski.org> You can merge this pull request into a Git repository by running: $ git pull https://github.com/gzurowski/camel CAMEL-7346 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/130.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #130 ---- commit 29dee17af39cf335f9c067e8d0280424ffb848b5 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2014-04-06T21:26:39Z CAMEL-7346: Remove redundant groupId definition Signed-off-by: Gregor Zurowski <gre...@zurowski.org> commit bdf3021d0b9c19110088c93f9ad7b41d273930c0 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2014-04-06T22:39:51Z CAMEL-7346: Remove redundant version specification Remove redundant version specification from dependencies that are already defined with the exact same version by their parents. Signed-off-by: Gregor Zurowski <gre...@zurowski.org> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---