Use released parent

Update to use released version of parent POM.

Change-Id: Iba8dc7c2046a6fd3d4ff9c9620897ee0d75b56a0
Issue-ID: CCSDK-166
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: d086a08133058da5d463ef83dabfb7c4dd1d0ab7
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. generic-resource-api/
  5. ueb-listener/
  6. vnfapi/
  7. vnftools/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. 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".