From adfd82297aa273b7fa49578a0158c0399ae70640 Mon Sep 17 00:00:00 2001 From: Valentin Kovalenko Date: Fri, 22 Apr 2022 11:31:37 -0600 Subject: [PATCH] Bump to 3.12.11 --- build.gradle | 2 +- docs/reference/content/bson/installation-guide.md | 2 +- .../content/driver-async/getting-started/installation.md | 2 +- .../content/driver/getting-started/installation.md | 8 ++++---- docs/reference/content/driver/tutorials/jndi.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index a80cf097d6a..1a518ad3c4a 100644 --- a/build.gradle +++ b/build.gradle @@ -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() diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 77ade4022ef..f6b4c3a2c21 100644 --- a/docs/reference/content/bson/installation-guide.md +++ b/docs/reference/content/bson/installation-guide.md @@ -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" >}} diff --git a/docs/reference/content/driver-async/getting-started/installation.md b/docs/reference/content/driver-async/getting-started/installation.md index d270aef7ef3..7bf14a31394 100644 --- a/docs/reference/content/driver-async/getting-started/installation.md +++ b/docs/reference/content/driver-async/getting-started/installation.md @@ -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">}} diff --git a/docs/reference/content/driver/getting-started/installation.md b/docs/reference/content/driver/getting-started/installation.md index b81d3a4bff5..54205a89a84 100644 --- a/docs/reference/content/driver/getting-started/installation.md +++ b/docs/reference/content/driver/getting-started/installation.md @@ -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 @@ -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 @@ -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) @@ -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">}} diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md index 486790b67e6..f5f4f17bf4e 100644 --- a/docs/reference/content/driver/tutorials/jndi.md +++ b/docs/reference/content/driver/tutorials/jndi.md @@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati - +