diff --git a/build.gradle b/build.gradle index b182f7cd9d6..d9308b0d95e 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ configure(coreProjects) { evaluationDependsOn(':util') group = 'org.mongodb' - version = '4.1.0-SNAPSHOT' + version = '4.1.0-rc0' repositories { mavenLocal() diff --git a/docs/landing/data/releases.toml b/docs/landing/data/releases.toml index 460bf9a7ea6..3246d433fa3 100644 --- a/docs/landing/data/releases.toml +++ b/docs/landing/data/releases.toml @@ -1,7 +1,7 @@ current = "4.0.5" [[versions]] - version = "4.1.0-beta2" + version = "4.1.0-rc0" docs = "./4.1" api = "./4.1/apidocs" diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 62dc739ab30..933b7218bae 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.1.0-beta2" >}} +{{< install artifactId="bson" version="4.1.0-rc0" >}} diff --git a/docs/reference/content/driver-reactive/getting-started/installation.md b/docs/reference/content/driver-reactive/getting-started/installation.md index adb1bafddf7..433cdcf3e4c 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.1.0-beta2">}} +{{< install artifactId="mongodb-driver-reactivestreams" version="4.1.0-rc0">}} diff --git a/docs/reference/content/driver-scala/getting-started/installation.md b/docs/reference/content/driver-scala/getting-started/installation.md index a7094d75fe7..f9e0ce4fd70 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.1.0-beta2" groupId="org.mongodb.scala" scalaVersion="2.12">}} +{{< install artifactId="mongo-scala-driver" version="4.1.0-rc0" groupId="org.mongodb.scala" scalaVersion="2.12">}} ### Scala 2.11 -{{< install artifactId="mongo-scala-driver" version="4.1.0-beta2" groupId="org.mongodb.scala" scalaVersion="2.11">}} +{{< install artifactId="mongo-scala-driver" version="4.1.0-rc0" 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 f49c777cca4..5dd323507f8 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.1.0-beta2" dependencies="true">}} +{{< install artifactId="mongodb-driver-sync" version="4.1.0-rc0" 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.1.0-beta2" dependencies="true">}} +{{< install artifactId="mongodb-driver-legacy" version="4.1.0-rc0" dependencies="true">}} diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md index ce1a1143873..ebee9d63b60 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 - +