diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-27 07:52:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-27 07:52:08 +0000 |
commit | 682b04679719a2ead41623b42413f0a28f2f8e67 (patch) | |
tree | 802e8d16420b70ba65f9662ebc941709a5ab9ecb /odlsli/src/main | |
parent | 69fd1f23a52e636b1f33d91c091876683e24c044 (diff) | |
parent | 2d9f15583e5428e46759f39b0dea9c1417fe016f (diff) |
Merge "Fix feature versions"
Diffstat (limited to 'odlsli/src/main')
-rw-r--r-- | odlsli/src/main/scripts/installZips.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/odlsli/src/main/scripts/installZips.sh b/odlsli/src/main/scripts/installZips.sh index e412f4a5..85e33800 100644 --- a/odlsli/src/main/scripts/installZips.sh +++ b/odlsli/src/main/scripts/installZips.sh @@ -55,12 +55,10 @@ SDNC_PLUGINS_FEATURES=" \ properties-node \ restapi-call-node" - -SDNC_CORE_VERSION=${SDNC_CORE_VERSION:-0.1.1} +SDNC_CORE_VERSION=${SDNC_CORE_VERSION:-0.1.2} SDNC_ADAPTORS_VERSION=${SDNC_ADAPTORS_VERSION:-0.1.1} SDNC_NORTHBOUND_VERSION=${SDNC_NORTHBOUND_VERSION:-0.1.1} SDNC_PLUGINS_VERSION=${SDNC_PLUGINS_VERSION:-0.1.1} -SDNC_OAM_VERSION=${SDNC_OAM_VERSION:-0.1.1} if [ ! -d ${targetDir} ] then |