diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 19:38:19 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 19:38:43 -0400 |
commit | 121d7b8d5d4bcda6e706e3e00debaf8d223b7d68 (patch) | |
tree | 1e55bd5d7bddbbc116b628274b1cf28dc6649167 /installation | |
parent | a5e125e54161ef3c1743222f01157a3a91a6aab9 (diff) |
Update to release version 1.3.2
Update sdnc.northbound version to remove -SNAPSHOT (1.3.2)
Change-Id: I8e561feb9bb0fbdb226638cea98df5e9a82ac2cb
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Former-commit-id: e0db6ac5d6f79ed45591b1d7ed54d4dc59329c5e
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 9c093c2f..d040e999 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.3.2-SNAPSHOT</sdnc.northbound.version> + <sdnc.northbound.version>1.3.2</sdnc.northbound.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |