From 685befac69291353ce5a5999c30b8988a70768f9 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Wed, 8 Jul 2020 10:28:21 +0100 Subject: [PATCH] Bump version to 3.12.6 --- 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 9feee9bbfa9..7a13b64add4 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.6-SNAPSHOT' + version = '3.12.6' repositories { mavenLocal() diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 28a9a7d953f..df794a89fbf 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.5" >}} +{{< install artifactId="bson" version="3.12.6" >}} diff --git a/docs/reference/content/driver-async/getting-started/installation.md b/docs/reference/content/driver-async/getting-started/installation.md index 85fb6193b9a..31530a7fa2e 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.5" dependencies="true">}} +{{< install artifactId="mongodb-driver-async" version="3.12.6" dependencies="true">}} diff --git a/docs/reference/content/driver/getting-started/installation.md b/docs/reference/content/driver/getting-started/installation.md index 49205239d91..6616918b04c 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.5" dependencies="true">}} +{{< install artifactId="mongodb-driver-sync" version="3.12.6" 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.5" dependencies="true">}} +{{< install artifactId="mongodb-driver-legacy" version="3.12.6" 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.5" dependencies="true">}} +{{< install artifactId="mongodb-driver" version="3.12.6" 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.5">}} +{{< install artifactId="mongo-java-driver" version="3.12.6">}} diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md index 62f6faefe19..880aabee23e 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 - +