Update domain URLs from openecomp.org to onap.org

The openecomp.org namespace is deprecated in favor of the onap.org
namespace

Change-Id: I820ea58d439f15f79262f42094dcb9523d311129
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
1 file changed
tree: 3e819dba4aea64c23d1725221f563ed7291eb71b
  1. asdcApi/
  2. dataChange/
  3. ueb-listener/
  4. vnfapi/
  5. vnftools/
  6. .gitignore
  7. .gitreview
  8. example-settings.xml
  9. jenkins-settings.xml
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. 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".