diff --git a/build.gradle b/build.gradle
index 2f1228553be..7ceede63aeb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
evaluationDependsOn(':util')
group = 'org.mongodb'
- version = '3.4.0-SNAPSHOT'
+ version = '3.4.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 2abc1b35466..c38ddd0e4df 100644
--- a/docs/landing/data/releases.toml
+++ b/docs/landing/data/releases.toml
@@ -1,7 +1,7 @@
current = "3.4.0"
[[versions]]
- version = "3.4.0-beta1"
+ version = "3.4.0-rc1"
docs = "./3.4"
api = "./3.4/javadoc"
@@ -39,19 +39,19 @@ current = "3.4.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.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4"
+ versions = "3.4.0-rc1,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.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
+ versions = "3.4.0-rc1,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.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4"
+ versions = "3.4.0-rc1,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.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4"
+ versions = "3.4.0-rc1,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 be97b67babf..40b47bfa553 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.4.0-beta1" >}}
+{{< install artifactId="bson" version="3.4.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 fe0fc5f630c..482d2b72937 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.4.0-beta1" dependencies="true">}}
+{{< install artifactId="mongodb-driver-async" version="3.4.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 068a4a81ec6..944e6295f2d 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.4.0-beta1" dependencies="true">}}
+{{< install artifactId="mongodb-driver" version="3.4.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.4.0-beta1">}}
+{{< install artifactId="mongo-java-driver" version="3.4.0-rc1">}}
diff --git a/docs/reference/content/driver/tutorials/jndi.md b/docs/reference/content/driver/tutorials/jndi.md
index bb0c66dc1f1..a753722ae7c 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
-
+