Skip to content

Commit 5d63fa7

Browse files
committed
Update the reference docs to refer to the 3.7.0 release
1 parent 6d08459 commit 5d63fa7

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

docs/landing/data/releases.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
current = "3.6.3"
1+
current = "3.7.0"
22

33
[[versions]]
44
version = "3.8.0-beta1"
55
docs = "./3.8"
66
api = "./3.8/javadoc"
77

8-
98
[[versions]]
10-
version = "3.7.0-rc0"
9+
version = "3.7.0"
1110
docs = "./3.7"
1211
api = "./3.7/javadoc"
1312

@@ -60,24 +59,24 @@ current = "3.6.3"
6059
[[drivers]]
6160
name = "mongodb-driver-sync"
6261
description = "The synchronous driver, new in 3.7.<br/>For older versions of the driver please use the `mongodb-driver` or `mongo-java-driver`."
63-
versions = "3.8.0-beta1,3.7.0-rc0"
62+
versions = "3.8.0-beta1,3.7.0"
6463

6564
[[drivers]]
6665
name = "mongodb-driver"
6766
description = "The synchronous driver plus the legacy driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
68-
versions = "3.8.0-beta1,3.7.0-rc0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
67+
versions = "3.8.0-beta1,3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
6968

7069
[[drivers]]
7170
name = "mongo-java-driver"
7271
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
73-
versions = "3.8.0-beta1,3.7.0-rc0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
72+
versions = "3.8.0-beta1,3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
7473

7574
[[drivers]]
7675
name = "mongodb-driver-async"
7776
description = "The new asynchronous driver, new in 3.0"
78-
versions = "3.8.0-beta1,3.7.0-rc0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
77+
versions = "3.8.0-beta1,3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
7978

8079
[[drivers]]
8180
name = "mongodb-driver-core"
8281
description = "The core library, new in 3.0"
83-
versions = "3.8.0-beta1,3.7.0-rc0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
82+
versions = "3.8.0-beta1,3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"

docs/reference/content/driver/tutorials/jndi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati
2828

2929
<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
3030
<resources>
31-
<resource-root path="mongo-java-driver-3.7.0-rc0.jar"/>
31+
<resource-root path="mongo-java-driver-3.7.0.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

docs/reference/content/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = "2015-03-19T12:53:39-04:00"
33
title = "Upgrade Considerations"
44
[menu.main]
5-
identifier = "Upgrading to 3.7"
5+
identifier = "Upgrading to 3.8"
66
weight = 80
77
pre = "<i class='fa fa-level-up'></i>"
88
+++

0 commit comments

Comments
 (0)