diff --git a/Jenkinsfile b/Jenkinsfile
index 4b75791d6..68fd53ba8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
}
parallel {
- stage("test: baseline (hibernate 6.3.x snapshots)") {
+ stage("test: baseline (hibernate 6.4.x snapshots)") {
agent {
label 'data'
}
@@ -66,25 +66,6 @@ pipeline {
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
}
- steps {
- script {
- docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
- sh 'PROFILE=all-dbs,hibernate-63-next ci/test.sh'
- }
- }
- }
- }
- stage("test: baseline (hibernate 6.4.x snapshots)") {
- agent {
- label 'data'
- }
- options { timeout(time: 30, unit: 'MINUTES')}
- environment {
- ARTIFACTORY = credentials("${p['artifactory.credentials']}")
- GRADLE_ENTERPRISE_CACHE = credentials("${p['gradle-enterprise-cache.credentials']}")
- GRADLE_ENTERPRISE_ACCESS_KEY = credentials("${p['gradle-enterprise.access-key']}")
- TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
- }
steps {
script {
docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
diff --git a/pom.xml b/pom.xml
index 610ca0b85..fb6b36a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,9 +30,8 @@