File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ pipeline {
265
265
}
266
266
}
267
267
268
- stage(" test: MongoDB 7.0 (driver-next )" ) {
268
+ stage(" test: MongoDB 7.0 (driver-previous )" ) {
269
269
agent {
270
270
label ' data'
271
271
}
@@ -287,7 +287,7 @@ pipeline {
287
287
" DEVELOCITY_CACHE_USERNAME=${ DEVELOCITY_CACHE_USR} " +
288
288
" DEVELOCITY_CACHE_PASSWORD=${ DEVELOCITY_CACHE_PSW} " +
289
289
" GRADLE_ENTERPRISE_ACCESS_KEY=${ DEVELOCITY_ACCESS_KEY} " +
290
- " ./mvnw -s settings.xml -Pmongo-5.0 clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
290
+ " ./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
291
291
}
292
292
}
293
293
}
Original file line number Diff line number Diff line change 27
27
<project .type>multi</project .type>
28
28
<dist .id>spring-data-mongodb</dist .id>
29
29
<springdata .commons>3.3.0-SNAPSHOT</springdata .commons>
30
- <mongo >4.11.1 </mongo >
30
+ <mongo >5.0.0 </mongo >
31
31
<mongo .reactivestreams>${mongo} </mongo .reactivestreams>
32
32
<jmh .version>1.19</jmh .version>
33
33
</properties >
133
133
</modules >
134
134
</profile >
135
135
<profile >
136
- <id >mongo-5.0 </id >
136
+ <id >mongo-4.x </id >
137
137
<properties >
138
- <mongo >5.0.0-beta0 </mongo >
138
+ <mongo >4.11.1 </mongo >
139
139
</properties >
140
140
</profile >
141
141
You can’t perform that action at this time.
0 commit comments