Update to use released version of parent pom

Use released version of parent pom

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

Former-commit-id: 454e3427c79eb811db3427bc992e136f84fe3a00
26 files changed
tree: b433efbbdcefbc89fc58360021c4532ca0b31e2c
  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".