We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f053da5 commit 5d2304bCopy full SHA for 5d2304b
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
10
triggers {
11
pollSCM 'H/10 * * * *'
12
- upstream(upstreamProjects: "spring-data-build/main", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-data-build/4.0.x", threshold: hudson.model.Result.SUCCESS)
13
}
14
15
options {
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>3.5.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
0 commit comments