File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ pipeline {
265265 }
266266 }
267267
268- stage(" test: MongoDB 7.0 (driver-next )" ) {
268+ stage(" test: MongoDB 7.0 (driver-previous )" ) {
269269 agent {
270270 label ' data'
271271 }
@@ -287,7 +287,7 @@ pipeline {
287287 " DEVELOCITY_CACHE_USERNAME=${ DEVELOCITY_CACHE_USR} " +
288288 " DEVELOCITY_CACHE_PASSWORD=${ DEVELOCITY_CACHE_PSW} " +
289289 " 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"
291291 }
292292 }
293293 }
Original file line number Diff line number Diff line change 2727 <project .type>multi</project .type>
2828 <dist .id>spring-data-mongodb</dist .id>
2929 <springdata .commons>3.3.0-SNAPSHOT</springdata .commons>
30- <mongo >4.11.1 </mongo >
30+ <mongo >5.0.0 </mongo >
3131 <mongo .reactivestreams>${mongo} </mongo .reactivestreams>
3232 <jmh .version>1.19</jmh .version>
3333 </properties >
133133 </modules >
134134 </profile >
135135 <profile >
136- <id >mongo-5.0 </id >
136+ <id >mongo-4.x </id >
137137 <properties >
138- <mongo >5.0.0-beta0 </mongo >
138+ <mongo >4.11.1 </mongo >
139139 </properties >
140140 </profile >
141141
You can’t perform that action at this time.
0 commit comments