Update artifactId of ccsdk/sli/adaptors pom.xml

Update artifactId of top level pom.xml of ccsdk/sli/adaptors to match the
repo name (ccsdk-sli-adaptors instead of ccsdk-adaptors).  This is not
strictly speaking necessary, but will be a helpful convention since
there are some repos within ccsdk that have similar names, like
ccsdk/sli/plugins and ccsdk/platform/plugins.
Update parent artifactId in  pom.xml for each module in ccsdk/sli/adaptors

Change-Id: Idec7772c406754db6f03cf03a1a338793c2ce636
Issue-ID: CCSDK-70
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 files changed
tree: c54d05164160fee85f16e69928feec050ce2eb09
  1. aai-service/
  2. mdsal-resource/
  3. resource-assignment/
  4. sql-resource/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. 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".