Update CCSDK parent pom version to 1.5.2-SNAPSHOT

Update to use latest CCSDK Frankfurt parent pom snapshot.

Issue-ID: SDNC-1083
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: Ie7d10f607e3f2aafff2f34b33ac520d509902837
33 files changed
tree: c5a7b027e8157e812a7451b1ab848da3632282ae
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. optical-service/
  7. releases/
  8. ueb-listener/
  9. vnfapi/
  10. vnftools/
  11. .gitignore
  12. .gitreview
  13. .scanignore
  14. INFO.yaml
  15. LICENSE.txt
  16. pom.xml
  17. README.md
  18. 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".