Bump up the version

Snapshot images are taged with 4.0.0 now

Change-Id: I57d99a9ac6436308f34aa4df7fa1ed7ea45d9037
Issue-ID: AAF-764
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
diff --git a/bin/abrmdcontainer/build_abrmd_image.sh b/bin/abrmdcontainer/build_abrmd_image.sh
index e096f8c..8033d32 100755
--- a/bin/abrmdcontainer/build_abrmd_image.sh
+++ b/bin/abrmdcontainer/build_abrmd_image.sh
@@ -7,7 +7,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="abrmd"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/bin/base/build_base_images.sh b/bin/base/build_base_images.sh
index 9f8aae3..cf15479 100755
--- a/bin/base/build_base_images.sh
+++ b/bin/base/build_base_images.sh
@@ -7,7 +7,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="aaf-base"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/bin/caservicecontainer/build_testcaservice_image.sh b/bin/caservicecontainer/build_testcaservice_image.sh
index f13993b..e3a77b8 100755
--- a/bin/caservicecontainer/build_testcaservice_image.sh
+++ b/bin/caservicecontainer/build_testcaservice_image.sh
@@ -7,7 +7,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="testcaservice"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/bin/distcenter/build_distcenter_image.sh b/bin/distcenter/build_distcenter_image.sh
index 8da9d8b..fb490c8 100755
--- a/bin/distcenter/build_distcenter_image.sh
+++ b/bin/distcenter/build_distcenter_image.sh
@@ -7,7 +7,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="distcenter"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"