From 36f559e0413ca6348fd08ee3bb2c233db54e91be Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 23 Mar 2022 08:38:50 -0500 Subject: [PATCH] Polishing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02988c768..faec27db1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS) } options {