Update VERSION and XOS parent container

Change-Id: Id3e09b75ccd3969000bc45a2add23ce61171c576
diff --git a/Dockerfile.synchronizer b/Dockerfile.synchronizer
index 54283a7..d4cd969 100644
--- a/Dockerfile.synchronizer
+++ b/Dockerfile.synchronizer
@@ -1,5 +1,20 @@
+# Copyright 2018-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # xosproject/epc-service-synchronizer
-FROM xosproject/xos-synchronizer-base:2.0.0
+
+FROM xosproject/xos-synchronizer-base:2.1.9
 
 COPY xos/synchronizer /opt/xos/synchronizers/epc-service
 COPY VERSION /opt/xos/synchronizers/epc-service/
diff --git a/VERSION b/VERSION
index cae4856..524cb55 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0.dev0
+1.1.1
diff --git a/xos/synchronizer/models/vepc.xproto b/xos/synchronizer/models/vepc.xproto
index 3d76afe..76a770d 100644
--- a/xos/synchronizer/models/vepc.xproto
+++ b/xos/synchronizer/models/vepc.xproto
@@ -11,7 +11,7 @@
 
     optional string description = 1 [help_text = "service chain details", max_length = 128, null = True, db_index = False, blank = True];
     required manytoone site->Site:+ = 2 [help_text = "Site of the EPC Service", null = False, db_index = True, blank = False];
-    required string blueprint = 3 [help_text = "Select the service graph blueprint", db_index = False, default = 1, choices = "(('build', 'MCORD 4.1'),('mcord_5', 'MCORD 5'),('mcord_5_p4', 'MCORD 5 - P4'))"];
+    required string blueprint = 3 [help_text = "Select the service graph blueprint", db_index = False, default = "mcord_5", choices = "(('build', 'MCORD 4.1'),('mcord_5', 'MCORD 5'),('mcord_5_p4', 'MCORD 5 - P4'))"];
 
     optional string enodeb_ip_addr_s1mme = 4 [help_text = "external eNodeB IP address of S1-MME (for 5.0)", default = "118.0.0.10", max_length = 32, null = True, db_index = False, blank = True];
     optional string enodeb_ip_addr_s1u = 5 [help_text = "external eNodeB IP address of S1U (for 5.0)", default = "119.0.0.10", max_length = 32, null = True, db_index = False, blank = True];