Re: Controller POM - central version registry

2009-10-27 Thread Anders Hammar
To handle versions of dependencies in Maven you use a dependencyManagement section, which you normally put in a parent pom. By doing this, you only have to change the version in one place when you upgrade to a new version. http://maven.apache.org/guides/introduction/introduction-to-dependency-mecha

Controller POM - central version registry

2009-10-27 Thread Adam Flinton
Dear All, We have a project which is an assembly of other projects. At present the versions of these projects is set in individual POM files which means (A) Someone can set one part to use one version of a sub-project while another uses a different one (B) If you want to upgrade a version number