diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-28 13:57:48 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-28 13:57:48 -0400 |
commit | 748ba9259df88cf8cc76a61c4ef1c36c04ebf397 (patch) | |
tree | 62beb4ef0e0a1573eda6e41626d8542743e42565 | |
parent | 5d07b67d75f98ce687169b933fa7f45bd2c3db80 (diff) |
Use snapshot version of sdnc-northbound
Need to use snapshot version of sdnc-northbound to avoid
dependency on wrong version of ccsdk/sli/core
Change-Id: Ic1a978a3cef2faa93b7fd18d62d571178c03f163
Issue-ID: SDNC-1401
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 2ea2a6ce2a28fbfe3359f00e91277aff7944bca4
-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 47ab5d49..71aa821d 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -24,7 +24,7 @@ <standalone.image.name>onap/sdnc-image</standalone.image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <sdnc.northbound.version>2.0.1</sdnc.northbound.version> + <sdnc.northbound.version>2.0.2-SNAPSHOT</sdnc.northbound.version> <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[;:G58,7ZhqOSI:7^oZCY[9Dv]]></sdnc.keypass> |