aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-16 10:33:29 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-16 10:33:29 -0400
commit75d294616f177ff72a650e74dc58433b284311c5 (patch)
treefd8d76a875088fd5f6f25ad5126e8d848e5054f9 /installation
parent2fdf2a83cb70faa26050602694c070c629a0d294 (diff)
Use released version of sdnc/northbound
Update to use released version of sdnc/northbound. Also, uncommented SdncReports module, which had been temporarily commented out to try to work around a Jenkins issue. Change-Id: I74f70fc87c19b0388813e69ea293330fbfff39dc Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 04e571b5c6ba41725bb5e90335c816a4b69f886f
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index 668f81f5..82a98195 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -20,7 +20,7 @@
<properties>
<image.name>onap/sdnc-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
- <sdnc.northbound.version>1.4.1-SNAPSHOT</sdnc.northbound.version>
+ <sdnc.northbound.version>1.4.1</sdnc.northbound.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<docker.push.phase>deploy</docker.push.phase>
<docker.verbose>true</docker.verbose>