Skip to content

Commit cf1793f

Browse files
committed
Bump reference docs to 3.7.0-rc0
1 parent a8eeac6 commit cf1793f

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/landing/data/releases.toml

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

33
[[versions]]
4-
version = "3.7.0"
5-
status = "current"
4+
version = "3.7.0-rc0"
65
docs = "./3.7"
76
api = "./3.7/javadoc"
87

98
[[versions]]
109
version = "3.6.3"
10+
status = "current"
1111
docs = "./3.6"
1212
api = "./3.6/javadoc"
1313

@@ -54,24 +54,24 @@ current = "3.6.3"
5454
[[drivers]]
5555
name = "mongodb-driver-sync"
5656
description = "The synchronous driver, new in 3.7.<br/>For older versions of the driver please use the `mongodb-driver` or `mongo-java-driver`."
57-
versions = "3.7.0"
57+
versions = "3.7.0-rc0"
5858

5959
[[drivers]]
6060
name = "mongodb-driver"
6161
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`."
62-
versions = "3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
62+
versions = "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"
6363

6464
[[drivers]]
6565
name = "mongo-java-driver"
6666
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
67-
versions = "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"
67+
versions = "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"
6868

6969
[[drivers]]
7070
name = "mongodb-driver-async"
7171
description = "The new asynchronous driver, new in 3.0"
72-
versions = "3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
72+
versions = "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"
7373

7474
[[drivers]]
7575
name = "mongodb-driver-core"
7676
description = "The core library, new in 3.0"
77-
versions = "3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
77+
versions = "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"

docs/landing/static/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"}]
1+
[{"version": "3.7"}, {"version": "3.6"}, {"version": "3.5"}, {"version": "3.4"}, {"version": "3.3"}, {"version": "3.2"}, {"version": "3 .1"}, {"version": "3 .0"}, {"version": "2.13"}, {"version": "2.14"}]

docs/reference/content/bson/installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org),
2222
the data storage and network transfer format that MongoDB uses for "documents".
2323
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2424

25-
{{< install artifactId="bson" version="3.7.0" >}}
25+
{{< install artifactId="bson" version="3.7.0-rc0" >}}

docs/reference/content/driver-async/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
2323

2424
The MongoDB Async Driver provides asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking I/O.
2525

26-
{{< install artifactId="mongodb-driver-async" version="3.7.0" dependencies="true">}}
26+
{{< install artifactId="mongodb-driver-async" version="3.7.0-rc0" dependencies="true">}}

docs/reference/content/driver/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is
3131

3232
{{% /note %}}
3333

34-
{{< install artifactId="mongodb-driver-sync" version="3.7.0" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="3.7.0-rc0" dependencies="true">}}
3535

3636
## MongoDB Driver
3737

@@ -46,7 +46,7 @@ It is also *not* a Java 9 module.
4646

4747
{{% /note %}}
4848

49-
{{< install artifactId="mongodb-driver" version="3.7.0" dependencies="true">}}
49+
{{< install artifactId="mongodb-driver" version="3.7.0-rc0" dependencies="true">}}
5050

5151

5252
## Uber Jar (Legacy)
@@ -61,4 +61,4 @@ This is a Java 9-compliant module with an Automatic-Module-Name of `org.mongodb.
6161
The `mongo-java-driver` artifact is a valid OSGi bundle whose symbolic name is `org.mongodb.mongo-java-driver`.
6262
{{% /note %}}
6363

64-
{{< install artifactId="mongo-java-driver" version="3.7.0">}}
64+
{{< install artifactId="mongo-java-driver" version="3.7.0-rc0">}}

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.jar"/>
31+
<resource-root path="mongo-java-driver-3.7.0-rc0.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)