Roll to next snapshot version

Changed to 0.2.3-SNAPSHOT and updated parent to 1.0.3-SNAPSHOT

Change-Id: Ie61b39952f6504db8ae2adf0614aefc243294461
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
32 files changed
tree: fc00340bca042b34ebbb32e2030a31868b65ad44
  1. aai-service/
  2. ansible-adapter/
  3. mdsal-resource/
  4. resource-assignment/
  5. sql-resource/
  6. .gitignore
  7. INFO.yaml
  8. LICENSE.txt
  9. pom.xml
  10. README.md
  11. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".