diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-24 10:28:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-24 10:28:11 -0400 |
commit | 85ffebb88281a616c015f1bdf80f17d9a4ca50bf (patch) | |
tree | 4ac092ed17554f2649ab5e633aea2f46a4a8ca3e /installation | |
parent | 119911d1ae4a06630d1250778b564e05d9fc3c0e (diff) |
Update to use correct Istanbul versions
Update to use correct versions of dependencies for Istanbul
Change-Id: Ic81d6d3f466f2cbe536d19c327af22162d594ab3
Issue-ID: SDNC-1495
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: c85f133e5df56a12e1ffc35964cff36c02897926
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index bc74b270..0ab73460 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -24,8 +24,8 @@ <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.1.1</sdnc.northbound.version> - <ccsdk.docker.version>1.1.1</ccsdk.docker.version> + <sdnc.northbound.version>2.2.0-SNAPSHOT</sdnc.northbound.version> + <ccsdk.docker.version>1.2-STAGING-latest</ccsdk.docker.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[;:G58,7ZhqOSI:7^oZCY[9Dv]]></sdnc.keypass> <sdnc.secureport>8443</sdnc.secureport> |