From 18ce59ba48307a59aa63bbd58aa848be2c18f5da Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Mon, 26 Nov 2018 16:09:24 +0000 Subject: [PATCH] Docs: Updated version to 3.9.1 --- docs/landing/data/releases.toml | 10 +++++----- docs/reference/content/bson/installation-guide.md | 2 +- .../driver-async/getting-started/installation.md | 2 +- .../content/driver/getting-started/installation.md | 8 ++++---- docs/reference/content/driver/tutorials/jndi.md | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/landing/data/releases.toml b/docs/landing/data/releases.toml index 172e2d56bfe..84402dff9db 100644 --- a/docs/landing/data/releases.toml +++ b/docs/landing/data/releases.toml @@ -1,7 +1,7 @@ -current = "3.9.0" +current = "3.9.1" [[versions]] - version = "3.9.0" + version = "3.9.1" status = "current" docs = "./3.9" api = "./3.9/javadoc" @@ -64,15 +64,15 @@ current = "3.9.0" [[drivers]] name = "mongodb-driver-sync" description = "The synchronous driver, new in 3.7." - versions = "3.9.0,3.8.2,3.7.1" + versions = "3.9.1,3.8.2,3.7.1" [[drivers]] name = "mongodb-driver-legacy" description = "The legacy API for the synchronous driver.
Prefer mongodb-driver-sync for new applications" - versions = "3.9.0" + versions = "3.9.1" [[drivers]] name = "mongodb-driver-async" description = "The callback-based asynchronous driver.
Prefer the Reactive Streams driver for new applications." - versions = "3.9.0,3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4" + versions = "3.9.1,3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4" diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 7688d04798e..65f3e3d6961 100644 --- a/docs/reference/content/bson/installation-guide.md +++ b/docs/reference/content/bson/installation-guide.md @@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org), the data storage and network transfer format that MongoDB uses for "documents". BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents. -{{< install artifactId="bson" version="3.9.0" >}} +{{< install artifactId="bson" version="3.9.1" >}} diff --git a/docs/reference/content/driver-async/getting-started/installation.md b/docs/reference/content/driver-async/getting-started/installation.md index d04b7a0a7fc..59895195020 100644 --- a/docs/reference/content/driver-async/getting-started/installation.md +++ b/docs/reference/content/driver-async/getting-started/installation.md @@ -23,4 +23,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7. The MongoDB Async Driver provides asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking I/O. -{{< install artifactId="mongodb-driver-async" version="3.9.0" dependencies="true">}} +{{< install artifactId="mongodb-driver-async" version="3.9.1" dependencies="true">}} diff --git a/docs/reference/content/driver/getting-started/installation.md b/docs/reference/content/driver/getting-started/installation.md index c655e109b17..90f61b34298 100644 --- a/docs/reference/content/driver/getting-started/installation.md +++ b/docs/reference/content/driver/getting-started/installation.md @@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is {{% /note %}} -{{< install artifactId="mongodb-driver-sync" version="3.9.0" dependencies="true">}} +{{< install artifactId="mongodb-driver-sync" version="3.9.1" dependencies="true">}} ## MongoDB Driver Legacy @@ -44,7 +44,7 @@ While not deprecated, we recommend that new applications depend on the `mongodb- {{% /note %}} -{{< install artifactId="mongodb-driver-legacy" version="3.9.0" dependencies="true">}} +{{< install artifactId="mongodb-driver-legacy" version="3.9.1" dependencies="true">}} ## MongoDB Driver @@ -61,7 +61,7 @@ This module is deprecated and will no longer be published in the next major rele {{% /note %}} -{{< install artifactId="mongodb-driver" version="3.9.0" dependencies="true">}} +{{< install artifactId="mongodb-driver" version="3.9.1 dependencies="true">}} ## Uber Jar (Legacy) @@ -81,4 +81,4 @@ This module is deprecated and will no longer be published in the next major rele {{% /note %}} -{{< install artifactId="mongo-java-driver" version="3.9.0">}} +{{< install artifactId="mongo-java-driver" version="3.9.1">}} diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md index d98d5eb8dc5..a49b3ec7160 100644 --- a/docs/reference/content/driver/tutorials/jndi.md +++ b/docs/reference/content/driver/tutorials/jndi.md @@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati - +