Skip to content

Commit

Permalink
Docs: Updated 4.3.2 -> 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Oct 5, 2021
1 parent db44a41 commit 13717c6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/landing/data/releases.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
current = "4.3.2"
current = "4.3.3"

[[versions]]
status = "current"
version = "4.3.2"
version = "4.3.3"
docs = "./4.3"
api = "./4.3/apidocs"

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/bson/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="4.3.2" >}}
{{< install artifactId="bson" version="4.3.3" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w

The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.

{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.2">}}
{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.3">}}
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi

### Scala 2.12

{{< install artifactId="mongo-scala-driver" version="4.3.2" groupId="org.mongodb.scala" scalaVersion="2.12">}}
{{< install artifactId="mongo-scala-driver" version="4.3.3" groupId="org.mongodb.scala" scalaVersion="2.12">}}

### Scala 2.11

{{< install artifactId="mongo-scala-driver" version="4.3.2" groupId="org.mongodb.scala" scalaVersion="2.11">}}
{{< install artifactId="mongo-scala-driver" version="4.3.3" groupId="org.mongodb.scala" scalaVersion="2.11">}}
4 changes: 2 additions & 2 deletions docs/reference/content/driver/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="4.3.2" dependencies="true">}}
{{< install artifactId="mongodb-driver-sync" version="4.3.3" dependencies="true">}}

## MongoDB Driver Legacy

Expand All @@ -44,4 +44,4 @@ While not deprecated, we recommend that new applications depend on the `mongodb-

{{% /note %}}

{{< install artifactId="mongodb-driver-legacy" version="4.3.2" dependencies="true">}}
{{< install artifactId="mongodb-driver-legacy" version="4.3.3" dependencies="true">}}
2 changes: 1 addition & 1 deletion docs/reference/content/driver/tutorials/jndi.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati

<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
<resources>
<resource-root path="mongodb-driver-sync-4.3.2.jar"/>
<resource-root path="mongodb-driver-sync-4.3.3.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
Expand Down

0 comments on commit 13717c6

Please sign in to comment.