diff --git a/Jenkinsfile b/Jenkinsfile
index a1f7efeb9..5a459c751 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 {
@@ -15,7 +15,7 @@ pipeline {
stage("test: baseline (jdk8)") {
when {
anyOf {
- branch 'master'
+ branch '4.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -36,7 +36,7 @@ pipeline {
stage("Test other configurations") {
when {
anyOf {
- branch 'master'
+ branch '4.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -76,7 +76,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
- branch 'master'
+ branch '4.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -107,7 +107,7 @@ pipeline {
}
stage('Publish documentation') {
when {
- branch 'master'
+ branch '4.0.x'
}
agent {
docker {
diff --git a/pom.xml b/pom.xml
index 88eba8ae5..37d03c0f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.springframework.data.build
spring-data-parent
- 2.3.0.RELEASE
+ 2.3.1.BUILD-SNAPSHOT
Spring Data Elasticsearch
@@ -21,7 +21,7 @@
2.6
7.6.2
2.9.1
- 2.3.0.RELEASE
+ 2.3.1.BUILD-SNAPSHOT
4.1.39.Final
spring.data.elasticsearch
@@ -373,8 +373,8 @@
- spring-libs-release
- https://repo.spring.io/libs-release
+ spring-libs-snapshot
+ https://repo.spring.io/libs-snapshot