Fix order of version tag

Pom version tag must come before parent tag, otherwise wrong
version is updated in release build

Change-Id: Iad7cf0237c3cbb4b13ac22aa02cc43482ed3a588
Issue-ID: INT-356
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: ea0c91800a9d0f5f2afd0bfd6a85a2bb04c8d587
  1. checkstyle/
  2. license/
  3. oparent/
  4. oparent-odlparent/
  5. versions/
  6. .DS_Store
  7. .gitattributes
  8. .gitignore
  9. .gitreview
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. settings.xml
  14. 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.