From ccacdc36474ea2fa952e7369ffc2d72e4368bac8 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Tue, 30 Oct 2018 14:27:18 -0700 Subject: Update version to 3.0.1 for release Update image version to 3.0.1 for release tagging. Issue-ID: AAF-390 Change-Id: If675f209f852fd783f16feb40b92c54e1f160c91 Signed-off-by: Kiran Kamineni --- sms-service/bin/build_quorum_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sms-service/bin/build_quorum_image.sh') diff --git a/sms-service/bin/build_quorum_image.sh b/sms-service/bin/build_quorum_image.sh index ad7afd1..05fef61 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="3.0.0" +VERSION="3.0.1" PROJECT="aaf" IMAGE="smsquorumclient" DOCKER_REPOSITORY="nexus3.onap.org:10003" @@ -60,4 +60,4 @@ generate_binary copy_certificates build_image push_image -cleanup \ No newline at end of file +cleanup -- cgit 1.2.3-korg