Prepare sli/northbound for release

Prepare sli/northbound for 0.3.3 (Casablanca Mtce) release

Change-Id: I6779a6edea74a3aa8b008a25b2104296b1478c9d
Issue-ID: CCSDK-858
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
29 files changed
tree: b183d602b9a5ce3f87516e0803d499f14f08d235
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. lcm/
  6. ueb-listener/
  7. .gitignore
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. 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".