diff options
author | David Stilwell <stilwelld@att.com> | 2018-10-16 17:51:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-16 17:51:27 +0000 |
commit | 9310f04aab4fe7ec87d634f9e223559888b2ca0d (patch) | |
tree | db3c818d48c09dada009a53fbe76311c10fa9d7a /installation | |
parent | 0d2a94bf70f9f63a1fe8145272a40bc5bcbec588 (diff) | |
parent | 75d294616f177ff72a650e74dc58433b284311c5 (diff) |
Merge "Use released version of sdnc/northbound"3.0.0-ONAP1.4.1
Former-commit-id: ac74299d29fbe36988a8180bb775054dcc485935
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 2 |
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> |