Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Tweak wording. Update Develocity system property names.

See #4785
Original pull request: #4796
  • Loading branch information
mp911de committed Sep 27, 2024
1 parent 33149f6 commit 7b15bc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/main/antora/modules/ROOT/pages/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]]
Expand Down

0 comments on commit 7b15bc5

Please sign in to comment.