Bump minor version

Bump minor version in preparation for Amsterdam
branching.

Change-Id: I3d8c31a414a0539e2e59cb103f3395b863e7c18a
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 13ec1fb90ae946395f91606ce967ea5c57669e39
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. 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".