Skip to content

Commit c56f443

Browse files
committed
Update reference documentation landing page for the 3.5 release
1 parent 4fd3973 commit c56f443

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/landing/data/releases.toml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
current = "3.4.2"
1+
current = "3.5.0"
22

33
[[versions]]
4-
version = "3.5.0-SNAPSHOT"
5-
status = "snapshot"
4+
version = "3.5.0"
5+
status = "current"
66
docs = "./3.5"
77
api = "./3.5/javadoc"
88

99
[[versions]]
1010
version = "3.4.2"
11-
status = "current"
1211
docs = "./3.4"
1312
api = "./3.4/javadoc"
1413

@@ -45,19 +44,19 @@ current = "3.4.2"
4544
[[drivers]]
4645
name = "mongodb-driver"
4746
description = "The synchronous driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
48-
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
47+
versions = "3.5.0,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
4948

5049
[[drivers]]
5150
name = "mongo-java-driver"
5251
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
53-
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
52+
versions = "3.5.0,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
5453

5554
[[drivers]]
5655
name = "mongodb-driver-async"
5756
description = "The new asynchronous driver, new in 3.0"
58-
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
57+
versions = "3.5.0,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
5958

6059
[[drivers]]
6160
name = "mongodb-driver-core"
6261
description = "The core library, new in 3.0"
63-
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
62+
versions = "3.5.0,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"

docs/landing/static/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"version": "3.4"}, {"version": "3.3"}, {"version": "3.2"}, {"version": "3.1"}, {"version": "3.0"}, {"version": "2.13"}, {"version": "2.14"}]
1+
[{"version": "3.5"}, {"version": "3.4"}, {"version": "3.3"}, {"version": "3.2"}, {"version": "3.1"}, {"version": "3.0"}, {"version": "2.13"}, {"version": "2.14"}]

0 commit comments

Comments
 (0)