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 @@ 3.0.3 4.0.2 6.3.1.Final - 6.4.0-SNAPSHOT - 6.3.2-SNAPSHOT + 6.4.1-SNAPSHOT 2.7.1

2.2.220

4.5 @@ -53,7 +52,6 @@ spring-data-jpa-distribution - hibernate-64-next @@ -70,21 +68,6 @@ - - hibernate-63-next - - ${hibernate-63-next-snapshots} - - - - sonatype-oss - https://oss.sonatype.org/content/repositories/snapshots - - false - - - - all-dbs