diff --git a/build.gradle b/build.gradle index 568010206e..230c7c6b98 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ configure(coreProjects) { evaluationDependsOn(':util') group = 'org.mongodb' - version = '4.2.3-SNAPSHOT' + version = '4.2.3' repositories { mavenLocal() diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 6a83759356..ce8a28912f 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.2.2" >}} +{{< install artifactId="bson" version="4.2.3" >}} diff --git a/docs/reference/content/driver-reactive/getting-started/installation.md b/docs/reference/content/driver-reactive/getting-started/installation.md index c6c202d6a0..d4e2437ce4 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.2.2">}} +{{< install artifactId="mongodb-driver-reactivestreams" version="4.2.3">}} diff --git a/docs/reference/content/driver-scala/getting-started/installation.md b/docs/reference/content/driver-scala/getting-started/installation.md index a88b0936de..69d4db4079 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.2.2" groupId="org.mongodb.scala" scalaVersion="2.12">}} +{{< install artifactId="mongo-scala-driver" version="4.2.3" groupId="org.mongodb.scala" scalaVersion="2.12">}} ### Scala 2.11 -{{< install artifactId="mongo-scala-driver" version="4.2.2" groupId="org.mongodb.scala" scalaVersion="2.11">}} +{{< install artifactId="mongo-scala-driver" version="4.2.3" 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 9b37154c84..6ad31bbdf5 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.2.2" dependencies="true">}} +{{< install artifactId="mongodb-driver-sync" version="4.2.3" 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.2.2" dependencies="true">}} +{{< install artifactId="mongodb-driver-legacy" version="4.2.3" dependencies="true">}} diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md index cb309d17a0..d97d6165ad 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 - +