Clone this repo:
  1. 3e00441 Fix: Use JDK17 in maven build GHA by Jessica Wagantall · 1 year, 1 month ago master
  2. bdbbc25 CI: Add GHA meven verify caller workflow by Jessica Wagantall · 1 year, 1 month ago
  3. f72518a Update snapshots on oparent by liamfallon · 2 years ago
  4. 57fc814 Release oparent 3.3.3 by liamfallon · 2 years ago
  5. 5688c49 Remove self references in oparent by liamfallon · 2 years ago

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.

elalto branch 2.X will continue to be used for Java 8/Java 9 dependencies master branch 3.X will be used for JAva 11 dependencies

Projects should refer to either the 2.X release Java 8/9 or 3.X release as appropriate.