Update to release version 1.3.2 43/48843/1
authorStilwell, David (stilwelld) <stilwelld@att.com>
Wed, 23 May 2018 23:38:19 +0000 (19:38 -0400)
committerStilwell, David (stilwelld) <stilwelld@att.com>
Wed, 23 May 2018 23:38:43 +0000 (19:38 -0400)
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

installation/sdnc/pom.xml

index 9c093c2..d040e99 100644 (file)
@@ -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>