SDN-C settings fix

Update mvn settings in SDN-C jenkins jobs to appropriate settings for each repo

Change-Id: I39a86e07d4676990b9a345fb0933f284bad338d0
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml
index b7af34f..1d82461 100644
--- a/jjb/sdnc/sdnc-adaptors.yaml
+++ b/jjb/sdnc/sdnc-adaptors.yaml
@@ -11,7 +11,7 @@
     stream:
       - 'master':
           branch: 'master'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'sdnc-adaptors-settings'
 
     # due to a strange macro / variable translation problem this needs to be
     # passed as a string block to properly get the properties correctly defined
diff --git a/jjb/sdnc/sdnc-core.yaml b/jjb/sdnc/sdnc-core.yaml
index c172e69..dead3f6 100644
--- a/jjb/sdnc/sdnc-core.yaml
+++ b/jjb/sdnc/sdnc-core.yaml
@@ -11,7 +11,7 @@
     stream:
       - 'master':
           branch: 'master'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'sdnc-core-settings'
 
     # due to a strange macro / variable translation problem this needs to be
     # passed as a string block to properly get the properties correctly defined
diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml
index 0c1812b..5fd5d38 100644
--- a/jjb/sdnc/sdnc-northbound.yaml
+++ b/jjb/sdnc/sdnc-northbound.yaml
@@ -11,7 +11,7 @@
     stream:
       - 'master':
           branch: 'master'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'sdnc-northbound-settings'
 
     # due to a strange macro / variable translation problem this needs to be
     # passed as a string block to properly get the properties correctly defined
diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml
index 0b1c1fa..e41de42 100644
--- a/jjb/sdnc/sdnc-oam.yaml
+++ b/jjb/sdnc/sdnc-oam.yaml
@@ -15,7 +15,7 @@
     stream:
       - 'master':
           branch: 'master'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'sdnc-oam-settings'
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-basebuild-4c-4g
diff --git a/jjb/sdnc/sdnc-plugins.yaml b/jjb/sdnc/sdnc-plugins.yaml
index b8b4f4f..44c764a 100644
--- a/jjb/sdnc/sdnc-plugins.yaml
+++ b/jjb/sdnc/sdnc-plugins.yaml
@@ -11,7 +11,7 @@
     stream:
       - 'master':
           branch: 'master'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'sdnc-plugins-settings'
 
     # due to a strange macro / variable translation problem this needs to be
     # passed as a string block to properly get the properties correctly defined