diff --git a/Jenkinsfile b/Jenkinsfile index 818ebd8..1a5daf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,17 +49,6 @@ pipeline { sh "PROFILE=spring-next,convergence ci/test.sh" } } - stage("Test: springdata-next (jdk8)") { - agent { - docker { - image 'adoptopenjdk/openjdk8:latest' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=springdata-next,convergence ci/test.sh" - } - } stage("Test: baseline (jdk11)") { agent { docker { @@ -82,17 +71,6 @@ pipeline { sh "PROFILE=spring-next,convergence ci/test.sh" } } - stage("Test: springdata-next (jdk11)") { - agent { - docker { - image 'adoptopenjdk/openjdk11:latest' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=springdata-next,convergence ci/test.sh" - } - } stage("Test: baseline (jdk13)") { agent { docker { @@ -115,17 +93,6 @@ pipeline { sh "PROFILE=spring-next,convergence ci/test.sh" } } - stage("Test: springdata-next (jdk13)") { - agent { - docker { - image 'adoptopenjdk/openjdk13:latest' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=springdata-next,convergence ci/test.sh" - } - } } } stage('Deploy to Artifactory') { diff --git a/pom.xml b/pom.xml index 4077c31..8ba737a 100644 --- a/pom.xml +++ b/pom.xml @@ -102,24 +102,7 @@ - - - springdata-next - - Dysprosium-BUILD-SNAPSHOT - 5.2.4.BUILD-SNAPSHOT - Neumann-BUILD-SNAPSHOT - 5.1.8.BUILD-SNAPSHOT - 2.2.0.BUILD-SNAPSHOT - - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - + convergence