aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2019-04-10 09:01:10 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2019-04-10 09:01:33 -0700
commit8a2642bcba4b1865d5180cd05482b855e871d6a5 (patch)
tree265613cc9a60fbc505dd1fe9d253847e1d569890
parent209aa5060f7b870e90fc385fb3216bfb6b7ee775 (diff)
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>
-rwxr-xr-xbin/abrmdcontainer/build_abrmd_image.sh2
-rwxr-xr-xbin/base/build_base_images.sh2
-rwxr-xr-xbin/caservicecontainer/build_testcaservice_image.sh2
-rwxr-xr-xbin/distcenter/build_distcenter_image.sh2
4 files changed, 4 insertions, 4 deletions
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 @@ 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"
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 @@ 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"
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 @@ 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"
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 @@ 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"