Release version 1.1.0 of sli/core

Release initial Honolulu version of sli/core and roll
version to next snapshot

Change-Id: Id65539a7e275c57fce0bc23e88bbc2eaf641cf05
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
38 files changed
tree: 84cffebccb7f5b0cf15250975bda3da524910a65
  1. artifacts/
  2. dblib/
  3. features/
  4. filters/
  5. releases/
  6. sli/
  7. sliapi/
  8. sliPluginUtils/
  9. src/
  10. utils/
  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 core SDN Controller components. 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.

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