diff --git a/Jenkinsfile b/Jenkinsfile index f192871..fce7bda 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 '1.1.x' not { triggeredBy 'UpstreamCause' } } } @@ -38,7 +38,7 @@ pipeline { stage("Test other configurations") { when { anyOf { - branch 'master' + branch '1.1.x' not { triggeredBy 'UpstreamCause' } } } @@ -82,7 +82,7 @@ pipeline { stage('Release to artifactory') { when { anyOf { - branch 'master' + branch '1.1.x' not { triggeredBy 'UpstreamCause' } } } @@ -114,7 +114,7 @@ pipeline { stage('Publish documentation') { when { - branch 'master' + branch '1.1.x' } agent { docker { diff --git a/pom.xml b/pom.xml index 6b7ca85..b9651e3 100644 --- a/pom.xml +++ b/pom.xml @@ -14,15 +14,15 @@ org.springframework.data.build spring-data-parent - 2.3.0.RELEASE + 2.3.1.BUILD-SNAPSHOT DATAR2DBC - 2.3.0.RELEASE - 2.0.0.RELEASE + 2.3.1.BUILD-SNAPSHOT + 2.0.1.BUILD-SNAPSHOT ${springdata.jdbc} spring.data.r2dbc reuseReports @@ -448,8 +448,8 @@ - spring-libs-release - https://repo.spring.io/libs-release + spring-libs-snapshot + https://repo.spring.io/libs-snapshot