From 63760376afc7297d2536722aa53669325f23a6d4 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 16 May 2017 13:31:20 +0100 Subject: [PATCH] lets update fabric8-platform too --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 65bfcdfb..9094a5da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,8 @@ def updateDownstreamDependencies(v) { pushPomPropertyChangePR { propertyName = 'configmapcontroller.version' projects = [ - 'fabric8io/fabric8-devops' + 'fabric8io/fabric8-devops', + 'fabric8io/fabric8-platform' ] version = v }