It isn't possible and it isn't recommended to do it because if you change dependencies versions in
continuum without to change them in your scm, you'll build a project that won't be the real one.
It's better to change dependencies versions in your project.xml
Emmanuel
Andrei Savitski a écrit :
Hello all,
We have several projects added to the Continuum, and all this projects
are building once per day. Every project have its dependencies (all
are maven1 projects).
My question is, how can I change versions of some dependencies in every
project?
For example, I know exactly, what version of some library will be used
in next production version, and I want to build all projects using
this version even if developers put for some reason other version in
dependencies block, or forget to change it.
Regards,
Andrei