diff --git a/Jenkinsfile b/Jenkinsfile
index f18059b1a..516aae672 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
- upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-data-commons/4.0.x", threshold: hudson.model.Result.SUCCESS)
}
options {
diff --git a/pom.xml b/pom.xml
index f72d9c5d3..84b930afc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
org.springframework.data.build
spring-data-parent
- 3.5.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
org.springframework.data
@@ -110,7 +110,7 @@
${skipTests}
- 3.5.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
2.2.0