diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-07-10 11:20:31 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-07-10 11:42:22 -0700 |
commit | 15f771a0cdada988f44b604b9baa30c8b374cab2 (patch) | |
tree | d62c72fda22e3d0222e6863e700714d0802e6573 /sms-service | |
parent | 8eb91b97baac63b085a8d75407b85841ff9f4444 (diff) |
Changing version to casablanca
Update version from 2.0.0 to 3.0.0
for casablanca
Issue-ID: AAF-390
Change-Id: Ibcf0eb59addc2e287db25021293b155113b1ae58
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service')
-rwxr-xr-x | sms-service/bin/build_quorum_image.sh | 2 | ||||
-rwxr-xr-x | sms-service/bin/build_sms_image.sh | 2 | ||||
-rw-r--r-- | sms-service/bin/quorumdockerfile | 2 | ||||
-rw-r--r-- | sms-service/bin/smsdockerfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sms-service/bin/build_quorum_image.sh b/sms-service/bin/build_quorum_image.sh index 8440430..ad7afd1 100755 --- a/sms-service/bin/build_quorum_image.sh +++ b/sms-service/bin/build_quorum_image.sh @@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="2.0.0" +VERSION="3.0.0" PROJECT="aaf" IMAGE="smsquorumclient" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/sms-service/bin/build_sms_image.sh b/sms-service/bin/build_sms_image.sh index 5a7817d..10b5418 100755 --- a/sms-service/bin/build_sms_image.sh +++ b/sms-service/bin/build_sms_image.sh @@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="2.0.0" +VERSION="3.0.0" PROJECT="aaf" IMAGE="sms" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/sms-service/bin/quorumdockerfile b/sms-service/bin/quorumdockerfile index 2874b7a..8224025 100644 --- a/sms-service/bin/quorumdockerfile +++ b/sms-service/bin/quorumdockerfile @@ -1,7 +1,7 @@ FROM alpine:3.7 LABEL name="aaf-sms-quorumclient" -LABEL version=2.0.0 +LABEL version=3.0.0 LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>" RUN mkdir -p /quorumclient/auth diff --git a/sms-service/bin/smsdockerfile b/sms-service/bin/smsdockerfile index 19ce84f..9b7fb9a 100644 --- a/sms-service/bin/smsdockerfile +++ b/sms-service/bin/smsdockerfile @@ -1,7 +1,7 @@ FROM alpine:3.7 LABEL name="aaf-sms" -LABEL version=2.0.0 +LABEL version=3.0.0 LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>" EXPOSE 10443 |