Skip to content

Commit

Permalink
Bump to 3.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale committed Apr 22, 2022
1 parent 7360e36 commit adfd822
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def javaCodeCheckedProjects = subprojects.findAll { !['util', 'mongo-java-driver
configure(coreProjects) {
evaluationDependsOn(':util')
group = 'org.mongodb'
version = '3.12.11-SNAPSHOT'
version = '3.12.11'

repositories {
mavenLocal()
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="3.12.10" >}}
{{< install artifactId="bson" version="3.12.11" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ When TLS/SSL is enabled, the MongoDB Async Driver requires either [Netty](http:/

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.12.10" dependencies="true">}}
{{< install artifactId="mongodb-driver-async" version="3.12.11" dependencies="true">}}
8 changes: 4 additions & 4 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="3.12.10" dependencies="true">}}
{{< install artifactId="mongodb-driver-sync" version="3.12.11" dependencies="true">}}

## MongoDB Driver Legacy

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

{{% /note %}}

{{< install artifactId="mongodb-driver-legacy" version="3.12.10" dependencies="true">}}
{{< install artifactId="mongodb-driver-legacy" version="3.12.11" dependencies="true">}}

## MongoDB Driver

Expand All @@ -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.12.10" dependencies="true">}}
{{< install artifactId="mongodb-driver" version="3.12.11" dependencies="true">}}


## Uber Jar (Legacy)
Expand All @@ -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.12.10">}}
{{< install artifactId="mongo-java-driver" version="3.12.11">}}
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="mongo-java-driver-3.12.10.jar"/>
<resource-root path="mongo-java-driver-3.12.11.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
Expand Down

0 comments on commit adfd822

Please sign in to comment.