Update image version to 3.0.1 for release
tagging.
Issue-ID: AAF-390
Change-Id: If675f209f852fd783f16feb40b92c54e1f160c91
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
     <groupId>org.onap.aaf.sms</groupId>
     <artifactId>sms-client</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.1-SNAPSHOT</version>
     <name>sms-client</name>
 
     <properties>
 
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="3.0.1"
 PROJECT="aaf"
 IMAGE="smsquorumclient"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 copy_certificates
 build_image
 push_image
-cleanup
\ No newline at end of file
+cleanup
 
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="3.0.1"
 PROJECT="aaf"
 IMAGE="sms"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 
 FROM alpine:3.7
 
 LABEL name="aaf-sms-quorumclient"
-LABEL version=3.0.0
+LABEL version=3.0.1
 LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>"
 
 RUN mkdir -p /quorumclient/auth
 
 FROM alpine:3.7
 
 LABEL name="aaf-sms"
-LABEL version=3.0.0
+LABEL version=3.0.1
 LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
 
 EXPOSE 10443
 
 major=3
 minor=0
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins
 release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT