Release oparent 3.0.0

Summary of the commits since El Alto:

cf3c6ad (origin/master, origin/HEAD) Update tomcat 9.0.30
d8ac119 (gerrit/master) Update latest security dependencies
dde9594 Update settings.xml to use https maven
81f6ddb Update sonar configuration
b080421 Update checkstyle rules to exclude methods
5a4892d Upgrade oparent to checkstyle 8.27
91f393b Revert "update version of checkstyle for latest google style and jdk 8"
6a2d8c7 update version of checkstyle for latest google style and jdk 8
fcd164a Add compiler-plugin example
bedb484 Uprev to 3.0.0 for Java 11

Issue-ID: INT-1431
Change-Id: I582c918fab114e3f6072f89c6cd6157a5ab5715d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
1 file changed
tree: 65490c3847647b37507b896808ebc6f0efaf98e4
  1. checkstyle/
  2. dependencies/
  3. dependencies-clm/
  4. license/
  5. oparent/
  6. oparent-python/
  7. releases/
  8. versions/
  9. .gitattributes
  10. .gitignore
  11. .gitreview
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. settings.xml
  17. 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.