Sonar analysis is only required on the master branch of APPC.
Updated the Jenkins job to use the no-sonar template on the
release branch.
Change-Id: Ibb591a9c859b37add585329d17063d437261341f
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue: CIMAN-8
 ---
-
 - project:
-    name: appc
+    name: appc-master
     project-name: 'appc'
     jobs:
       - '{project-name}-{stream}-clm'
     stream:
       - 'master':
           branch: 'master'
-      - 'release-1.0.0':
-          branch: 'release-1.0.0'
     mvn-settings: 'appc-settings'
     files: '**'
     archive-artifacts: ''
 
--- /dev/null
+---
+- project:
+    name: appc-release
+    project-name: 'appc'
+    jobs:
+      - '{project-name}-{stream}-clm'
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily-no-sonar'
+      - '{project-name}-{stream}-stage-site-java':
+          site-pom: 'pom.xml'
+          trigger-job: '{project-name}-{stream}-release-version-java-daily'
+
+    project: 'appc'
+    stream:
+      - 'release-1.0.0':
+          branch: 'release-1.0.0'
+    mvn-settings: 'appc-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-basebuild-4c-4g