diff --git a/build.gradle b/build.gradle index d7d2d00d46c..cefb5aa612f 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ configure(coreProjects) { evaluationDependsOn(':util') group = 'org.mongodb' - version = '4.3.1-SNAPSHOT' + version = '4.3.1' repositories { mavenLocal() diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 9b0581db97e..4753a8fc2ac 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="4.3.0" >}} +{{< install artifactId="bson" version="4.3.1" >}} diff --git a/docs/reference/content/driver-reactive/getting-started/installation.md b/docs/reference/content/driver-reactive/getting-started/installation.md index 6a3f8e3abe3..974dd5c6d18 100644 --- a/docs/reference/content/driver-reactive/getting-started/installation.md +++ b/docs/reference/content/driver-reactive/getting-started/installation.md @@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure. -{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.0">}} +{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.1">}} diff --git a/docs/reference/content/driver-scala/getting-started/installation.md b/docs/reference/content/driver-scala/getting-started/installation.md index 999d71ca3a0..ce994f48f28 100644 --- a/docs/reference/content/driver-scala/getting-started/installation.md +++ b/docs/reference/content/driver-scala/getting-started/installation.md @@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi ### Scala 2.12 -{{< install artifactId="mongo-scala-driver" version="4.3.0" groupId="org.mongodb.scala" scalaVersion="2.12">}} +{{< install artifactId="mongo-scala-driver" version="4.3.1" groupId="org.mongodb.scala" scalaVersion="2.12">}} ### Scala 2.11 -{{< install artifactId="mongo-scala-driver" version="4.3.0" groupId="org.mongodb.scala" scalaVersion="2.11">}} +{{< install artifactId="mongo-scala-driver" version="4.3.1" groupId="org.mongodb.scala" scalaVersion="2.11">}} diff --git a/docs/reference/content/driver/getting-started/installation.md b/docs/reference/content/driver/getting-started/installation.md index f2edc189197..32dcd30408f 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="4.3.0" dependencies="true">}} +{{< install artifactId="mongodb-driver-sync" version="4.3.1" dependencies="true">}} ## MongoDB Driver Legacy @@ -44,4 +44,4 @@ While not deprecated, we recommend that new applications depend on the `mongodb- {{% /note %}} -{{< install artifactId="mongodb-driver-legacy" version="4.3.0" dependencies="true">}} +{{< install artifactId="mongodb-driver-legacy" version="4.3.1" dependencies="true">}} diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md index 037a61020a7..8fd8580480d 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 - +