Merge "Change of versioning strategy"
tree: 3ba01d7795f5f70ea3b0437db6f859c865c08b49
  1. checkstyle/
  2. license/
  3. oparent/
  4. version-check-maven-plugin/
  5. .gitattributes
  6. .gitignore
  7. .gitreview
  8. LICENSE.txt
  9. pom.xml
  10. README.md
  11. settings.xml
  12. version.properties
README.md

ONAP O-Parent

Description

ONAP O-Parent provides common default settings for all the projects participating in simultaneous release.

  • Isolate all the common external dependencies, default version, dependency management, plugin management, etc.
  • Avoid duplicate/conflicting settings for each project
  • Each project sets its parent to inherit the defaults from ONAP Parent
  • Project level external dependencies and versions can be overridden if necessary

All projects participating in simultaneous release will inherit defaults from O-Parent.