Remove versions from project poms

Remove versions from project poms and rely instead on dependencyManagement.

Change-Id: I68171346273325e8dee0f7d2538549d2d8c154c8
Issue-ID: CCSDK-1416
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
11 files changed
tree: 4fa247809ff5eaaf812f827f6676528914cb0081
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. mdsal-resource/
  6. message-router/
  7. netbox-client/
  8. resource-assignment/
  9. saltstack-adapter/
  10. sql-resource/
  11. .gitignore
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".