From 91d967ee7d53bace528a2f8ec410aaa77c136c34 Mon Sep 17 00:00:00 2001 From: Andrew Bayer Date: Fri, 4 Aug 2017 12:44:35 -0400 Subject: [PATCH] Add groovy-sandbox.version POM property I'm working on tooling to do testing of core + groovy-sandbox + groovy-cps + workflow-cps + script-security + the rest of the main Pipeline plugins against bleeding-edge versions of each other and different versions of Groovy. To do this, it'd be a lot easier if the dependencies between the various things I'm building/testing had their versions controlled by properties. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8003c26b8..12911601d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Plugin 2.7.3 + 1.12 @@ -47,7 +48,7 @@ org.kohsuke groovy-sandbox - 1.12 + ${groovy-sandbox.version} org.codehaus.groovy