Fix version of sli/core

Fix version.properties to set version 0.3.0

Change-Id: I81dbfa0a50ad01573e0af7f753c3dcdd0460536f
Issue-ID: CCSDK-571
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
1 file changed
tree: aa62ee0e26130a75047d932c26d9447a0952d4f1
  1. dblib/
  2. features/
  3. filters/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. utils/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. 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".