Skip to content

Commit a7a27d9

Browse files
committed
Bump to 3.7.1
1 parent 7c55cbb commit a7a27d9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

build.gradle

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

5353
group = 'org.mongodb'
54-
version = '3.7.1-SNAPSHOT'
54+
version = '3.7.1'
5555
sourceCompatibility = JavaVersion.VERSION_1_6
5656
targetCompatibility = JavaVersion.VERSION_1_6
5757

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.1" >}}

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.1" 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.1" 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.1" 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.1">}}

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.1.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)