Fix: Use JDK17 in maven build GHA

Issue-ID: CIMAN-33
Change-Id: Ic81eac65611d0a00d9328dec0163427ff932402f
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 96fce211f3b9a5395858215a21bf4b2d618f8981
  1. .github/
  2. checkstyle/
  3. dependencies/
  4. dependencies-clm/
  5. license/
  6. oparent/
  7. oparent-python/
  8. releases/
  9. versions/
  10. .gitattributes
  11. .gitignore
  12. .gitreview
  13. INFO.yaml
  14. LICENSE.txt
  15. onap-java-formatter.xml
  16. pom.xml
  17. README.md
  18. settings.xml
  19. 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.

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.