diff --git a/Jenkinsfile b/Jenkinsfile
index 1f8672dc0..269d9b5f6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
- upstream(upstreamProjects: "spring-data-commons/master", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-data-commons/2.3.x", threshold: hudson.model.Result.SUCCESS)
}
options {
@@ -75,7 +75,7 @@ pipeline {
stage("Test other configurations") {
when {
anyOf {
- branch 'master'
+ branch '3.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -99,7 +99,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
- branch 'master'
+ branch '3.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -129,7 +129,7 @@ pipeline {
}
stage('Publish documentation') {
when {
- branch 'master'
+ branch '3.0.x'
}
agent {
docker {
diff --git a/pom.xml b/pom.xml
index c1729ac3b..211defe78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.data.build
spring-data-parent
- 2.3.0.RELEASE
+ 2.3.1.BUILD-SNAPSHOT
org.springframework.data
@@ -97,13 +97,13 @@
0.5.4
1.01
multi
- 2.3.0.RELEASE
+ 2.3.1.BUILD-SNAPSHOT
- spring-libs-release
- https://repo.spring.io/libs-release
+ spring-libs-snapshot
+ https://repo.spring.io/libs-snapshot