From 7b15bc5297d0da080da0aaa8e842053a519062ef Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 27 Sep 2024 10:03:44 +0200 Subject: [PATCH] Polishing. Tweak wording. Update Develocity system property names. See #4785 Original pull request: #4796 --- Jenkinsfile | 2 +- src/main/antora/modules/ROOT/pages/preface.adoc | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1392580aa6..fc0861f51c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -276,7 +276,7 @@ pipeline { sh 'mongosh --eval "rs.initiate({_id: \'rs0\', members:[{_id: 0, host: \'127.0.0.1:27017\'}]});"' sh 'sleep 15' sh 'MAVEN_OPTS="-Duser.name=' + "${p['jenkins.user.name']}" + ' -Duser.home=/tmp/jenkins-home" ' + - "./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false" + "./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.enabled=false" } } } diff --git a/src/main/antora/modules/ROOT/pages/preface.adoc b/src/main/antora/modules/ROOT/pages/preface.adoc index c73bd29dbc..4131e67ef8 100644 --- a/src/main/antora/modules/ROOT/pages/preface.adoc +++ b/src/main/antora/modules/ROOT/pages/preface.adoc @@ -25,32 +25,32 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit |2024.0 |4.3.x |4.11.x & 5.x -|4.4.x, 5.x, 6.x, 7.x +|4.4.x to 7.x |2023.1 |4.2.x |4.9.x -|4.4.x, 5.x, 6.x, 7.x +|4.4.x to 7.x |2023.0 (*) |4.1.x |4.9.x -|4.4.x, 5.x, 6.x +|4.4.x to 6.x |2022.0 (*) |4.0.x |4.7.x -|4.4.x, 5.x, 6.x +|4.4.x to 6.x |2021.2 (*) |3.4.x |4.6.x -|4.4.x, 5.0.x +|4.4.x to 5.0.x |2021.1 (*) |3.3.x |4.4.x -|4.4.x, 5.0.x +|4.4.x to 5.0.x |2021.0 (*) |3.2.x @@ -78,7 +78,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit |4.0.x |=== -(*) End of OSS Support +(*) https://spring.io/projects/spring-data-mongodb#support[End of OSS Support] ==== [[compatibility.changes]]