From 5d16e28d289ccb1d6ccfaa23e0263d82ba6f4a2d Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Mon, 24 May 2021 11:19:44 -0500 Subject: [PATCH] Update version to 3.3.3 for InCommon TAP build Update version to 3.3.3 for InCommon TAP build. --- Jenkinsfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83a8d33..aa3dc88 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='3.3.2' + version='3.3.3' } stages { stage('Setting build context') { diff --git a/common.bash b/common.bash index ab89179..ceec272 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="3.3.2" +COMANAGE_REGISTRY_VERSION="3.3.3"