i have a project with the following structure:
Master (pom)
|_Project A (pom)
|_Project A1 (jar)
Project Master manages the version of dependency xyz. The project A1 uses this dependency, but the build is broken, it complains about dependency xyz version, that its missing. Any ideas on how to propagate that version? Any help appreciated.