Skip to content

Commit

Permalink
Bump to 4.1.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Jul 10, 2020
1 parent 674a404 commit 52fc769
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -61,7 +61,7 @@ configure(coreProjects) {

evaluationDependsOn(':util')
group = 'org.mongodb'
version = '4.1.0-SNAPSHOT'
version = '4.1.0-rc0'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion 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"

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/bson/installation-guide.md
Expand Up @@ -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" >}}
Expand Up @@ -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">}}
Expand Up @@ -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">}}
4 changes: 2 additions & 2 deletions docs/reference/content/driver/getting-started/installation.md
Expand Up @@ -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

Expand All @@ -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">}}
2 changes: 1 addition & 1 deletion docs/reference/content/driver/tutorials/jndi.md
Expand Up @@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati

<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
<resources>
<resource-root path="mongodb-driver-sync-4.1.0-beta2.jar"/>
<resource-root path="mongodb-driver-sync-4.1.0-rc0.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
Expand Down

0 comments on commit 52fc769

Please sign in to comment.