Bump up the version 00/84900/1
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Wed, 10 Apr 2019 16:01:10 +0000 (09:01 -0700)
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Wed, 10 Apr 2019 16:01:33 +0000 (09:01 -0700)
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>
bin/abrmdcontainer/build_abrmd_image.sh
bin/base/build_base_images.sh
bin/caservicecontainer/build_testcaservice_image.sh
bin/distcenter/build_distcenter_image.sh

index e096f8c..8033d32 100755 (executable)
@@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="abrmd"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 9f8aae3..cf15479 100755 (executable)
@@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR}
 
 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"
index f13993b..e3a77b8 100755 (executable)
@@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="testcaservice"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 8da9d8b..fb490c8 100755 (executable)
@@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="3.0.0"
+VERSION="4.0.0"
 PROJECT="aaf"
 IMAGE="distcenter"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"