diff --git a/Jenkinsfile b/Jenkinsfile
index f2da68ca8..7a98a2647 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,25 +55,6 @@ pipeline {
}
parallel {
- stage("test: baseline (hibernate 6.3.x snapshots)") {
- agent {
- label 'data'
- }
- options { timeout(time: 30, unit: 'MINUTES')}
- environment {
- ARTIFACTORY = credentials("${p['artifactory.credentials']}")
- DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
- 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'
diff --git a/pom.xml b/pom.xml
index a2acc1c37..0f3175a80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,7 @@