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.