Skip to content

Commit 9705040

Browse files
authored
After release cleanups.
See #219
1 parent 341a3c4 commit 9705040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99

1010
triggers {
1111
pollSCM 'H/10 * * * *'
12-
upstream(upstreamProjects: "spring-data-commons/main,spring-data-cassandra/4.3.x,spring-data-couchbase/5.3.x,spring-data-elasticsearch/5.3.x," +
12+
upstream(upstreamProjects: "spring-data-commons/3.3.x,spring-data-cassandra/4.3.x,spring-data-couchbase/5.3.x,spring-data-elasticsearch/5.3.x," +
1313
"spring-data-rest/4.3.x,spring-data-jpa/3.3.x,spring-data-ldap/3.3.x,spring-data-mongodb/4.3.x,spring-data-neo4j/7.3.x,spring-data-redis/3.3.x", threshold: hudson.model.Result.SUCCESS)
1414
}
1515

0 commit comments

Comments
 (0)