Bump minor version

Bump minor version in preparation for Amsterdam
branching.

Change-Id: If5ef8fc3ffb6c819d1c3b8eed0922729997243ef
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
16 files changed
tree: d20629b79e9ac27cdd701d8e258792feb9a3ad3c
  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".