Skip to content

Commit 7b15bc5

Browse files
committed
Polishing.
Tweak wording. Update Develocity system property names. See #4785 Original pull request: #4796
1 parent 33149f6 commit 7b15bc5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ pipeline {
276276
sh 'mongosh --eval "rs.initiate({_id: \'rs0\', members:[{_id: 0, host: \'127.0.0.1:27017\'}]});"'
277277
sh 'sleep 15'
278278
sh 'MAVEN_OPTS="-Duser.name=' + "${p['jenkins.user.name']}" + ' -Duser.home=/tmp/jenkins-home" ' +
279-
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
279+
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.enabled=false"
280280
}
281281
}
282282
}

src/main/antora/modules/ROOT/pages/preface.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
2525
|2024.0
2626
|4.3.x
2727
|4.11.x & 5.x
28-
|4.4.x, 5.x, 6.x, 7.x
28+
|4.4.x to 7.x
2929
3030
|2023.1
3131
|4.2.x
3232
|4.9.x
33-
|4.4.x, 5.x, 6.x, 7.x
33+
|4.4.x to 7.x
3434
3535
|2023.0 (*)
3636
|4.1.x
3737
|4.9.x
38-
|4.4.x, 5.x, 6.x
38+
|4.4.x to 6.x
3939
4040
|2022.0 (*)
4141
|4.0.x
4242
|4.7.x
43-
|4.4.x, 5.x, 6.x
43+
|4.4.x to 6.x
4444
4545
|2021.2 (*)
4646
|3.4.x
4747
|4.6.x
48-
|4.4.x, 5.0.x
48+
|4.4.x to 5.0.x
4949
5050
|2021.1 (*)
5151
|3.3.x
5252
|4.4.x
53-
|4.4.x, 5.0.x
53+
|4.4.x to 5.0.x
5454
5555
|2021.0 (*)
5656
|3.2.x
@@ -78,7 +78,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
7878
|4.0.x
7979
8080
|===
81-
(*) End of OSS Support
81+
(*) https://spring.io/projects/spring-data-mongodb#support[End of OSS Support]
8282
====
8383

8484
[[compatibility.changes]]

0 commit comments

Comments
 (0)