diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2019-09-24 13:27:11 +0100 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2019-09-24 13:30:54 +0100 |
commit | eb5f99dece8b59706308357e415e0d58dad97b7e (patch) | |
tree | 778c026f802b083ea5372aa43e7304d9df65446c /installation | |
parent | 3009edaae05d301f1aecbee4123c96431d6b34a2 (diff) |
Fixed the close tag
Issue-ID: SDNC-922
Change-Id: Iba7fe64d8334371b64d920bbef37e459782afd31
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Former-commit-id: 7ff3c4db24cf3f047472609317229ebf90cc6555
Diffstat (limited to 'installation')
-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 b6fa719b..61194430 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -22,7 +22,7 @@ <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> <sdnc.northbound.version>1.8.0-SNAPSHOT</sdnc.northbound.version> - <ccsdk.docker.version>0.7-STAGING-latest/ccsdk.docker.version> + <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> <ccsdk.features.version>0.7.0-SNAPSHOT</ccsdk.features.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass> |