Release version 2.0.3 of sdnc/northbound for Guilin mtce release

Release version 2.0.3 for Guilin mtce release

Change-Id: Ic10e5a759fded9b009038c8d25c8b329bdaa2632
Issue-ID: SDNC-1453
Signed-off-by: Dan Timoney <dtimoney@att.com>
37 files changed
tree: b865b4b8580a1f867ef603054fe890f9046497f6
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. optical-service/
  7. releases/
  8. ueb-listener/
  9. vnfapi/
  10. vnftools/
  11. .gitignore
  12. .scanignore
  13. INFO.yaml
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. version.properties
README.md

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

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

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