File tree 2 files changed +1
-37
lines changed 2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -55,25 +55,6 @@ pipeline {
55
55
}
56
56
57
57
parallel {
58
- stage(" test: baseline (hibernate 6.3.x snapshots)" ) {
59
- agent {
60
- label ' data'
61
- }
62
- options { timeout(time : 30 , unit : ' MINUTES' )}
63
- environment {
64
- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
65
- DEVELOCITY_CACHE = credentials(" ${ p['develocity.cache.credentials']} " )
66
- DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
67
- TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
68
- }
69
- steps {
70
- script {
71
- docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
72
- sh ' PROFILE=all-dbs,hibernate-63-next ci/test.sh'
73
- }
74
- }
75
- }
76
- }
77
58
stage(" test: baseline (hibernate 6.4.x snapshots)" ) {
78
59
agent {
79
60
label ' data'
Original file line number Diff line number Diff line change 31
31
<eclipselink >3.0.3</eclipselink >
32
32
<eclipselink-next >4.0.2</eclipselink-next >
33
33
<hibernate >6.3.1.Final</hibernate >
34
- <hibernate-64-next-snapshots >6.4.0-SNAPSHOT</hibernate-64-next-snapshots >
35
- <hibernate-63-next-snapshots >6.3.2-SNAPSHOT</hibernate-63-next-snapshots >
34
+ <hibernate-64-next-snapshots >6.4.1-SNAPSHOT</hibernate-64-next-snapshots >
36
35
<hsqldb >2.7.1</hsqldb >
37
36
<h2 >2.2.220</h2 >
38
37
<jsqlparser >4.5</jsqlparser >
53
52
<module >spring-data-jpa-distribution</module >
54
53
</modules >
55
54
56
-
57
55
<profiles >
58
56
<profile >
59
57
<id >hibernate-64-next</id >
70
68
</repository >
71
69
</repositories >
72
70
</profile >
73
- <profile >
74
- <id >hibernate-63-next</id >
75
- <properties >
76
- <hibernate >${hibernate-63-next-snapshots}</hibernate >
77
- </properties >
78
- <repositories >
79
- <repository >
80
- <id >sonatype-oss</id >
81
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
82
- <releases >
83
- <enabled >false</enabled >
84
- </releases >
85
- </repository >
86
- </repositories >
87
- </profile >
88
71
<profile >
89
72
<id >all-dbs</id >
90
73
<build >
You can’t perform that action at this time.
0 commit comments