summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2019-04-10 10:57:46 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2019-04-10 10:58:47 -0700
commitc0b515db857565a259d99a14cd71b58e5d7e8ecc (patch)
tree1615291db6d06971199e7ff40a20fdd41704c481
parent111d6a833bb7ba527d306fa19bac9be6b488d09b (diff)
Bump up the version
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>
-rw-r--r--sms-client/java/pom.xml2
-rwxr-xr-xsms-service/bin/build_quorum_image.sh2
-rwxr-xr-xsms-service/bin/build_sms_image.sh2
-rw-r--r--sms-service/bin/quorumdockerfile2
-rw-r--r--sms-service/bin/smsdockerfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/sms-client/java/pom.xml b/sms-client/java/pom.xml
index 95f9129..8cefba7 100644
--- a/sms-client/java/pom.xml
+++ b/sms-client/java/pom.xml
@@ -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>
diff --git a/sms-service/bin/build_quorum_image.sh b/sms-service/bin/build_quorum_image.sh
index 05fef61..227678b 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.1"
+VERSION="4.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 ff7c5b0..403c2ac 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="3.0.1"
+VERSION="4.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 92753a9..4913fe6 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=3.0.1
+LABEL version=4.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 9efee1a..afd952a 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=3.0.1
+LABEL version=4.0.0
LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
EXPOSE 10443