MODE-1106 Separated the parent POM into its own module. Created a 'modeshape-parent' project that contains just the information that all oth…
Show more
MODE-1106 Separated the parent POM into its own module.Created a 'modeshape-parent' project that contains just the information that all othermodules inherit, while leaving the set of modules and module-related profiles in thetop-level build POM. Since almost all of the other projects were inheriting from thetop-level POM, they were changed to reference the new parent (including the new relativelocation).With these changes, the build works as expected. No Java code was harmed or changed.
Show less