Skip to content

Commit 05b6a67

Browse files
committed
Bump to 3.6.4
1 parent 8752c00 commit 05b6a67

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
5050
evaluationDependsOn(':util')
5151

5252
group = 'org.mongodb'
53-
version = '3.6.4-SNAPSHOT'
53+
version = '3.6.4'
5454
sourceCompatibility = JavaVersion.VERSION_1_6
5555
targetCompatibility = JavaVersion.VERSION_1_6
5656

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

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.6.3" dependencies="true">}}
26+
{{< install artifactId="mongodb-driver-async" version="3.6.4" 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.6.3" dependencies="true">}}
32+
{{< install artifactId="mongodb-driver" version="3.6.4" 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.6.3">}}
44+
{{< install artifactId="mongo-java-driver" version="3.6.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.6.3.jar"/>
31+
<resource-root path="mongo-java-driver-3.6.4.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)