Bump up the version 17/84917/1
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Wed, 10 Apr 2019 17:57:46 +0000 (10:57 -0700)
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Wed, 10 Apr 2019 17:58:47 +0000 (10:58 -0700)
Snapshot images are taged with 4.0.0 now

Issue-ID: AAF-764

Change-Id: I31d2cc88e9c1c1b499609e71d54aa72ecaa38a6b
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@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

index 95f9129..8cefba7 100644 (file)
@@ -4,7 +4,7 @@
     <groupId>org.onap.aaf.sms</groupId>
     <artifactId>sms-client</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>sms-client</name>
 
     <properties>
index 05fef61..227678b 100755 (executable)
@@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.1"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="smsquorumclient"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index ff7c5b0..403c2ac 100755 (executable)
@@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.1"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="sms"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 92753a9..4913fe6 100644 (file)
@@ -1,7 +1,7 @@
 FROM alpine:3.7
 
 LABEL name="aaf-sms-quorumclient"
-LABEL version=3.0.1
+LABEL version=4.0.0
 LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>"
 
 RUN mkdir -p /quorumclient/auth
index 9efee1a..afd952a 100644 (file)
@@ -1,7 +1,7 @@
 FROM alpine:3.7
 
 LABEL name="aaf-sms"
-LABEL version=3.0.1
+LABEL version=4.0.0
 LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
 
 EXPOSE 10443