Update root pom

Update to use root-boron-sr1 artifactId for root pom.  There is only one
version of this artifact, so should avoid missing version problem.

Change-Id: Ib10fdd0ece5fc3d26f8444f531667f613004f127
Issue-ID: SDNC-42
Signed-off-by: Dan Timoney <dtimoney@att.com>

Former-commit-id: 09bde561f96518356e98a625debd92d9cdb13d67
1 file changed
tree: 4cac663c9c3b151b71bb0cba34c6f4f98fea86f8
  1. admportal/
  2. dgbuilder/
  3. installation/
  4. platform-logic/
  5. .gitignore
  6. .gitreview
  7. example-settings.xml
  8. jenkins-settings.xml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. 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".