From c17b1101471edd6c6167a4b49262cb5cefd36cea Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Sat, 2 Oct 2021 05:57:13 -0500 Subject: [PATCH] Update for 4.0.0 release for Jenkins build Update for 4.0.0 release for Jenkins build. --- Jenkinsfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5fc2a0b..7c97d4b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='4.0.0-rc1' + version='4.0.0' } stages { stage('Setting build context') { diff --git a/common.bash b/common.bash index 4edcf8c..796ef1c 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="4.0.0-rc1" +COMANAGE_REGISTRY_VERSION="4.0.0"