From 3e8e6359821e4f075fd95dcfd69cb2479cfc3ab6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 12 May 2020 12:40:55 +0200 Subject: [PATCH] DATAREDIS-1135 - After release cleanups. --- Jenkinsfile | 10 +++++----- pom.xml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb3b5037b..aaf676eee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-keyvalue/master", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-keyvalue/2.3.x", threshold: hudson.model.Result.SUCCESS) } options { @@ -58,7 +58,7 @@ pipeline { stage("test: baseline") { when { anyOf { - branch 'master' + branch '2.3.x' not { triggeredBy 'UpstreamCause' } } } @@ -95,7 +95,7 @@ pipeline { stage("Test other configurations") { when { anyOf { - branch 'master' + branch '2.3.x' not { triggeredBy 'UpstreamCause' } } } @@ -136,7 +136,7 @@ pipeline { stage('Release to artifactory') { when { anyOf { - branch 'master' + branch '2.3.x' not { triggeredBy 'UpstreamCause' } } } @@ -167,7 +167,7 @@ pipeline { stage('Publish documentation') { when { - branch 'master' + branch '2.3.x' } agent { docker { diff --git a/pom.xml b/pom.xml index 37b3f7402..af752e737 100644 --- a/pom.xml +++ b/pom.xml @@ -12,11 +12,11 @@ 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 4.0.2 1.1 1.9.2 @@ -305,8 +305,8 @@ - spring-libs-release - https://repo.spring.io/libs-release + spring-libs-snapshot + https://repo.spring.io/libs-snapshot