From b5bf6b5d2ecab7b145058dfbdd8a76b37420b6c6 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 21 May 2019 14:12:08 -0500 Subject: [PATCH] DATAJPA-1545 - Polishing. --- Jenkinsfile | 13 +------------ pom.xml | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a01f3a712..360911a00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,17 +75,6 @@ pipeline { sh "PROFILE=hibernate-54-next ci/test.sh" } } - stage("test: hibernate-6-next") { - agent { - docker { - image 'adoptopenjdk/openjdk8:alpine' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=hibernate-6-next ci/test.sh" - } - } stage("test: eclipselink-next") { agent { docker { @@ -142,7 +131,7 @@ pipeline { } stage('Release to artifactory with docs') { when { - branch 'test' + branch 'master' } agent { docker { diff --git a/pom.xml b/pom.xml index 8cd3c0ba3..3ca3b36b5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-jpa - 2.2.0.JENKINS-SNAPSHOT + 2.2.0.BUILD-SNAPSHOT Spring Data JPA Spring Data module for JPA repositories.