[gerrit]
 host=gerrit.onap.org
 port=29418
-project=mso.git
+project=so.git
 
 FROM ubuntu:14.04
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
+MAINTAINER "The ONAP Team"
 LABEL Description="This image is used to get jacoco result from a jboss image" Version="1.0"
 
 ARG http_proxy
 
 
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains the OpenECOMP MSO base for arquillian" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains the ONAP SO base for arquillian" Version="1.0"
 
 ENV CHEF_REPO_NAME="chef-repo"
 ENV CHEF_CONFIG_NAME="mso-config"
 
 
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains the OpenECOMP MSO" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains the ONAP SO" Version="1.0"
 
 ARG http_proxy
 ARG https_proxy
 
 FROM ubuntu:16.04
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
+MAINTAINER "The ONAP Team"
 LABEL Description="This image contains an updated version of ubuntu 16.04" Version="1.0"
 
 ARG http_proxy
 
 FROM openecomp/ubuntu-update:1.0
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains OpenECOMP MSO ubuntu base" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains ONAP SO ubuntu base" Version="1.0"
 
 ARG http_proxy
 ARG https_proxy