From 13a0f8a52626bbe2490e1906bf498adc35e23ba1 Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Wed, 30 Sep 2020 06:19:39 -0500 Subject: [PATCH] Update version for InCommon TAP build pipeline Update the version to 3.3.1 for the InCommon TAP build pipeline. --- Jenkinsfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4062c68..5cff0ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='3.2.5' + version='3.3.1' } stages { stage('Setting build context') { diff --git a/common.bash b/common.bash index c0248e3..0ba9ca4 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="3.3.0" +COMANAGE_REGISTRY_VERSION="3.3.1"