diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-17 08:36:57 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-17 08:36:57 -0400 |
commit | b08478b9a006bd2eed4dc7f87f5fa9b73c116452 (patch) | |
tree | 4dc9e3e9d375044cffd8b0f7a55ab9d795fbc05b /installation | |
parent | 7c19dd878c1ac68033a0dcc27e4e685ef88d1f75 (diff) |
Update dependenciesdublin
Update dependencies to released versions instead of snapshots.
Change-Id: Ib8af44d8a68db93bbb91fee0018159c5378e48d0
Issue-ID: SDNC-807
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 7ddd7c6655e17f6e91e300c19fa9d666e31c62c0
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 3a92ce7d..24b04f14 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -21,9 +21,9 @@ <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>1.5.3-SNAPSHOT</sdnc.northbound.version> - <ccsdk.docker.version>0.4.4-STAGING-latest</ccsdk.docker.version> - <ccsdk.features.version>0.4.4-SNAPSHOT</ccsdk.features.version> + <sdnc.northbound.version>1.5.3</sdnc.northbound.version> + <ccsdk.docker.version>0.4.4</ccsdk.docker.version> + <ccsdk.features.version>0.4.4</ccsdk.features.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass> <sdnc.secureport>8443</sdnc.secureport> |