[ROOTPOM FIX] Use version 1.1.0 of root pom

To avoid 'disappearing' root poms, change root pom version to 1.1.0.  If later version is used, Jenkins build will look for earlier versions as part of build and if they disappear, build will fail.  If root pom stays frozen at 1.1.0, it will be recreated daily as part of daily build.

Change-Id: Id93bfb0330749f5eba193f5c5df039b6f31622a4
Signed-off-by: Dan Timoney <dtimoney@att.com>

Former-commit-id: 9a448293e85936f113e01f6bca1b30dbc2923fc2
1 file changed
tree: 152ff39c1c01ec6cff6de47021c74bb8183f27b8
  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".