GitHub user buggtb opened a pull request: https://github.com/apache/oodt/pull/24
Move dependency versions to top level. This is something me and Michael Starch debated at apachecon and I've been wanting to do for a long time. Most multi module projects I work with have their dependency versions set at the top level that way its easy to change the dependency version for the project and keep everything in sync across the whole build rather than (as in one case I found) have 4 different versions of the same dependency. I've moved them all to the core pom and ordered them alphabetically, if no one is too unhappy with this I'll finish off the reordering in the other poms and we can continue as usual. I've tried a local build nothing fails(although who knows once it hits jenkins), and if there really is a need to override a specific dependency version on a per module basis this can still be done. You can merge this pull request into a Git repository by running: $ git pull https://github.com/OSBI/oodt fix-xerceshell Alternatively you can review and apply these changes as the patch at: https://github.com/apache/oodt/pull/24.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 #24 ---- commit 50d06aa70c835eabe379091e204325b2f366faa6 Author: Tom Barber <t...@analytical-labs.com> Date: 2015-07-23T15:08:33Z blah commit a98677cc3f692e268949e50ddfa6ca810f41bea1 Author: Tom Barber <t...@analytical-labs.com> Date: 2015-07-23T15:08:49Z filemgr convert to bundle commit 766626a0327964f9fb9889b0dc60adc28a135779 Author: Tom Barber <t...@analytical-labs.com> Date: 2015-07-23T15:15:53Z OODT-859 convert filemgr to bundle, extra profile to add dependencies into jar to stop karaf crying commit 8d05d8ceb894409ec2647bfaf7bf1f84e6e7aa9d Author: Tom Barber <t...@analytical-labs.com> Date: 2015-07-23T17:07:47Z OODT-859 convert to bundles commit b84995a6753eb6080301a814ca007f416d4e1635 Author: Tom Barber <t...@analytical-labs.com> Date: 2015-08-05T21:03:23Z revamp poms to make dependency versioning easier commit 53cf7704bdf5629e0790bd6ccf3f4e4ff27bf07a Author: Tom Barber <t...@analytical-labs.com> Date: 2015-08-05T21:06:31Z remove idea files ---- --- 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. ---