Update sdnc docker to use 1.3.3 NB
[sdnc/oam.git] / installation / sdnc / pom.xml
index d040e99..5e428f5 100644 (file)
@@ -12,7 +12,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>installation-sdnc</artifactId>
-       <version>1.3.2-SNAPSHOT</version>
+       <version>1.3.3-SNAPSHOT</version>
 
        <name>sdnc-oam :: installation :: ${project.artifactId}</name>
        <description>Creates SDN Controller Docker container</description>
@@ -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</sdnc.northbound.version>
+               <sdnc.northbound.version>1.3.3</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>