diff --git a/build.gradle b/build.gradle
index d472dbc25b7..89eb7ee5b41 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
evaluationDependsOn(':util')
group = 'org.mongodb'
- version = '3.6.0-SNAPSHOT'
+ version = '3.6.0-rc1'
sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
diff --git a/docs/landing/data/releases.toml b/docs/landing/data/releases.toml
index cd4d1f0603f..98b08cac01a 100644
--- a/docs/landing/data/releases.toml
+++ b/docs/landing/data/releases.toml
@@ -1,7 +1,7 @@
current = "3.5.0"
[[versions]]
- version = "3.6.0-rc0"
+ version = "3.6.0-rc1"
docs = "./3.6"
api = "./3.6/javadoc"
@@ -49,19 +49,19 @@ current = "3.5.0"
[[drivers]]
name = "mongodb-driver"
description = "The synchronous driver, new in 3.0.
For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
- versions = "3.6.0-rc0,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
+ versions = "3.6.0-rc1,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
[[drivers]]
name = "mongo-java-driver"
description = "An uber jar containing the bson library, the core library and the mongodb-driver.
This artifact is a valid OSGi bundle."
- versions = "3.6.0-rc0,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
+ versions = "3.6.0-rc1,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
[[drivers]]
name = "mongodb-driver-async"
description = "The new asynchronous driver, new in 3.0"
- versions = "3.6.0-rc0,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
+ versions = "3.6.0-rc1,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
[[drivers]]
name = "mongodb-driver-core"
description = "The core library, new in 3.0"
- versions = "3.6.0-rc0,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
+ versions = "3.6.0-rc1,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md
index 24881927288..8c324db08e0 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.6.0-rc0" >}}
+{{< install artifactId="bson" version="3.6.0-rc1" >}}
diff --git a/docs/reference/content/driver-async/getting-started/installation.md b/docs/reference/content/driver-async/getting-started/installation.md
index c9d56c62678..b933dfc887c 100644
--- a/docs/reference/content/driver-async/getting-started/installation.md
+++ b/docs/reference/content/driver-async/getting-started/installation.md
@@ -23,4 +23,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
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.6.0-rc0" dependencies="true">}}
+{{< install artifactId="mongodb-driver-async" version="3.6.0-rc1" dependencies="true">}}
diff --git a/docs/reference/content/driver/getting-started/installation.md b/docs/reference/content/driver/getting-started/installation.md
index 7b38c03db1b..b95222b1f80 100644
--- a/docs/reference/content/driver/getting-started/installation.md
+++ b/docs/reference/content/driver/getting-started/installation.md
@@ -29,7 +29,7 @@ For OSGi-based applications, use the [mongo-java-driver](#uber-jar-legacy) uber
{{% /note %}}
-{{< install artifactId="mongodb-driver" version="3.6.0-rc0" dependencies="true">}}
+{{< install artifactId="mongodb-driver" version="3.6.0-rc1" dependencies="true">}}
## Uber Jar (Legacy)
@@ -41,4 +41,4 @@ For new applications, the preferred artifact is [mongodb-driver](#mongodb-driver
The `mongo-java-driver` artifact is a valid OSGi bundle.
{{% /note %}}
-{{< install artifactId="mongo-java-driver" version="3.6.0-rc0">}}
+{{< install artifactId="mongo-java-driver" version="3.6.0-rc1">}}
diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md
index 1b14436535a..5596c8f6ff5 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
-
+