Update reference docs to refer to 3.4.2 release · zzd4java/mongo-java-driver@b4602ef · GitHub
Skip to content

Commit b4602ef

Browse files
committed
Update reference docs to refer to 3.4.2 release
1 parent edf2d6c commit b4602ef

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/landing/data/releases.toml

Lines changed: 6 additions & 6 deletions

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.4.1" >}}
25+
{{< install artifactId="bson" version="3.4.2" >}}

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.4.1" dependencies="true">}}
26+
{{< install artifactId="mongodb-driver-async" version="3.4.2" dependencies="true">}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For OSGi-based applications, use the [mongo-java-driver](#uber-jar-legacy) uber
2929

3030
{{% /note %}}
3131

32-
{{< install artifactId="mongodb-driver" version="3.4.1" dependencies="true">}}
32+
{{< install artifactId="mongodb-driver" version="3.4.2" dependencies="true">}}
3333

3434

3535
## Uber Jar (Legacy)
@@ -41,4 +41,4 @@ For new applications, the preferred artifact is [mongodb-driver](#mongodb-driver
4141
The `mongo-java-driver` artifact is a valid OSGi bundle.
4242
{{% /note %}}
4343

44-
{{< install artifactId="mongo-java-driver" version="3.4.1">}}
44+
{{< install artifactId="mongo-java-driver" version="3.4.2">}}

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

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)