From a612ee332b42af0964982315ad954682a7f71908 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 12 May 2020 12:40:55 +0200 Subject: [PATCH] DATAKV-301 - After release cleanups. --- Jenkinsfile | 10 +++++----- pom.xml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14cfb62..cb8faba 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 '2.3.x' not { triggeredBy 'UpstreamCause' } } } @@ -36,7 +36,7 @@ pipeline { stage("Test other configurations") { when { anyOf { - branch 'master' + branch '2.3.x' not { triggeredBy 'UpstreamCause' } } } @@ -76,7 +76,7 @@ pipeline { stage('Release to artifactory') { when { anyOf { - branch 'master' + branch '2.3.x' not { triggeredBy 'UpstreamCause' } } } @@ -107,7 +107,7 @@ pipeline { } stage('Publish documentation') { when { - branch 'master' + branch '2.3.x' } agent { docker { diff --git a/pom.xml b/pom.xml index b1bd331..4e5fe71 100644 --- a/pom.xml +++ b/pom.xml @@ -12,12 +12,12 @@ org.springframework.data.build spring-data-parent - 2.3.0.RELEASE + 2.3.1.BUILD-SNAPSHOT - 2.3.0.RELEASE + 2.3.1.BUILD-SNAPSHOT spring.data.keyvalue @@ -90,8 +90,8 @@ - spring-libs-release - https://repo.spring.io/libs-release + spring-libs-snapshot + https://repo.spring.io/libs-snapshot