Update version to 3.0.1 for release 00/71500/1 casablanca 3.0.0-ONAP 3.0.1
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 30 Oct 2018 21:27:18 +0000 (14:27 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 30 Oct 2018 21:27:21 +0000 (14:27 -0700)
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>
sms-client/java/pom.xml
sms-service/bin/build_quorum_image.sh
sms-service/bin/build_sms_image.sh
sms-service/bin/quorumdockerfile
sms-service/bin/smsdockerfile
version.properties

index 6b11f06..95f9129 100644 (file)
@@ -4,7 +4,7 @@
     <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>
index ad7afd1..05fef61 100755 (executable)
@@ -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
index f5beb4d..ff7c5b0 100755 (executable)
@@ -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="sms"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 8224025..92753a9 100644 (file)
@@ -1,7 +1,7 @@
 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
index cdb8494..9efee1a 100644 (file)
@@ -1,7 +1,7 @@
 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
index 6bb2152..148f180 100644 (file)
@@ -1,9 +1,9 @@
 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