Roll versions

Roll version to 1.7.1-SNAPSHOT and use version 1.4.1-SNAPSHOT of
parent poms

Change-Id: Ia942b58adcef0306b566aed21f81e27cb0024b0e
Issue-ID: SDNC-905
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
27 files changed
tree: bf90c11b7d5bd490b3c87ecf5b137a9a3325ee24
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. releases/
  7. ueb-listener/
  8. vnfapi/
  9. vnftools/
  10. .gitignore
  11. .gitreview
  12. .scanignore
  13. INFO.yaml
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. 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".