Use released 1.2.1 CCSDK parent

Use released 1.2.1 version of CCSDK parent pom

Change-Id: I22743371db1abb679fd099f808fe0d4e6e7fe831
Issue-ID: SDNC-704
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
26 files changed
tree: 21d63c2a5ebb9e3f6b759886f002b8abad94cb4d
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. ueb-listener/
  7. vnfapi/
  8. vnftools/
  9. .gitignore
  10. .gitreview
  11. .scanignore
  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 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".