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"