Update root pom

Update to use root-boron-sr1 artifactId for root pom.  There is only one
version of this artifact, so should avoid missing version problem.

Change-Id: I4dc81744acf2b47b987544a3e90ac96cfadd3cb2
Issue-ID: SDNC-42
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: aa9aff37b2059bed9f8351482f8a55038b918a6b
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. vnfapi/
  6. vnftools/
  7. .gitignore
  8. .gitreview
  9. .scanignore
  10. example-settings.xml
  11. jenkins-settings.xml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".