diff --git a/Jenkinsfile b/Jenkinsfile
index 62ea20324..ebad21c08 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 {
@@ -68,7 +68,7 @@ pipeline {
stage("test: baseline (jdk8)") {
when {
anyOf {
- branch 'master'
+ branch '3.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -94,7 +94,7 @@ pipeline {
stage("Test other configurations") {
when {
anyOf {
- branch 'master'
+ branch '3.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -164,7 +164,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
- branch 'master'
+ branch '3.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -196,7 +196,7 @@ pipeline {
stage('Publish documentation') {
when {
- branch 'master'
+ branch '3.0.x'
}
agent {
docker {
diff --git a/pom.xml b/pom.xml
index 001b45ad6..defa54f3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
org.springframework.data.build
spring-data-parent
- 2.3.0.RELEASE
+ 2.3.1.BUILD-SNAPSHOT
@@ -26,7 +26,7 @@
multi
spring-data-mongodb
- 2.3.0.RELEASE
+ 2.3.1.BUILD-SNAPSHOT
4.0.3
${mongo}
1.19
@@ -134,8 +134,8 @@
- spring-libs-release
- https://repo.spring.io/libs-release
+ spring-libs-snapshot
+ https://repo.spring.io/libs-snapshot
sonatype-libs-snapshot