summaryrefslogtreecommitdiffstats
path: root/artifactbroker/packages
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-10-25 00:46:44 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-10-25 00:46:44 +0000
commitb2c0e7a378b584ac0580800c354d0516340a43ed (patch)
tree7e9c92de866fdbcdc0515135f73c4c2a053764b8 /artifactbroker/packages
parent7290f13b5cdb48e1866a9ec70eff0b4b6d661e4f (diff)
Bump version 1.4.3 for elalto
Patch version for fixing docker base image issue Issue-ID: MULTICLOUD-866 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: Ifa2b5e9893427b65e51e86b4ab80f0caa4d659df
Diffstat (limited to 'artifactbroker/packages')
-rwxr-xr-xartifactbroker/packages/docker/build_image.sh4
-rw-r--r--artifactbroker/packages/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/artifactbroker/packages/docker/build_image.sh b/artifactbroker/packages/docker/build_image.sh
index 00e78a2..17d8603 100755
--- a/artifactbroker/packages/docker/build_image.sh
+++ b/artifactbroker/packages/docker/build_image.sh
@@ -17,8 +17,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.4.2-SNAPSHOT"
-STAGING_VERSION="1.4.2-STAGING"
+VERSION="1.4.3-SNAPSHOT"
+STAGING_VERSION="1.4.3-STAGING"
PROJECT="multicloud"
IMAGE="framework-artifactbroker"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/artifactbroker/packages/pom.xml b/artifactbroker/packages/pom.xml
index b8badb8..daea4f2 100644
--- a/artifactbroker/packages/pom.xml
+++ b/artifactbroker/packages/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.multicloud.framework</groupId>
<artifactId>multicloud-framework-artifactbroker</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>multicloud-framework-artifactbroker-package</artifactId>