Use released parent pom

Update to use release parent pom version 1.0.4

Change-Id: I654a95992e0740cfda9339098ed7eb4f32aaab4f
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
24 files changed
tree: c0d4f0c2e2ab7861a9519de30955f144dcefd0e4
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. lcm/
  5. ueb-listener/
  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 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".