Skip to content

Commit 5d2304b

Browse files
committed
After release cleanups.
See #3206
1 parent f053da5 commit 5d2304b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-build/main", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-build/4.0.x", threshold: hudson.model.Result.SUCCESS)
1313
}
1414

1515
options {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.5.0-SNAPSHOT</version>
28+
<version>4.0.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>

0 commit comments

Comments
 (0)