Move version-check to integration repo

Change-Id: I52ae07477f68e7ae665fa1d9c1f4ee2ae486d59f
Issue-ID: INT-124
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
3 files changed
tree: b277c724d8f04a7a34d246178de629befca21c14
  1. checkstyle/
  2. license/
  3. oparent/
  4. .gitattributes
  5. .gitignore
  6. .gitreview
  7. LICENSE.txt
  8. pom.xml
  9. README.md
  10. settings.xml
  11. 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.