Roll snapshot version

Roll snapshot version for El Alto

Issue-ID: SDNC-873
Change-Id: Idb53d4ce32defb4475c79512f553d5cb06731feb
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>

Former-commit-id: a79692c273801438bd5e2f888b40296a052b2dca
26 files changed
tree: eb2fcab011f9de035172a7ff2838982b85a85e8c
  1. admportal/
  2. configbackuprestore/
  3. data-migrator/
  4. docs/
  5. installation/
  6. platform-logic/
  7. releases/
  8. SdncReports/
  9. .gitignore
  10. .gitreview
  11. INFO.yaml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. version.properties
README.md

This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

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".