Rename root poms by ODL release

Change artifactIds of root poms to identify which ODL release it aligns to. Update sdnc-core to compile against boron-sr1, as was done before build broke

Issue: SDNC-42
Change-Id: Ib9365706152dfdcd159aa56088b2d47eb5e88e34
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 files changed
tree: fc911b7bb51b779258d2c7d69680cd651eb1c66a
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. example-settings.xml
  12. jenkins-settings.xml
  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 OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

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