Eliminate ranges

Update root pom to use specific version 1.1.2 for SDNC, not range.  The ranges seem to problems when versions are missing due to things being removed from staging repository

Issue: SDNC-42
Change-Id: I07464a331a804488f5049155f104e243c11380bf
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: 3e51222a154fa40ab66eb748d8629abb45d49e7b
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. example-settings.xml
  12. jenkins-settings.xml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. version.properties
README.md

This source repository contains the code for the core SDN Controller components. 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".