Skip to content

Commit ada30ba

Browse files
committed
Docs: Updated versions
1 parent 224967e commit ada30ba

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/landing/data/releases.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
current = "3.0.4"
22

33
[[versions]]
4-
version = "3.1.0-rc0"
4+
version = "3.1.0"
55
docs = "./3.1"
66
api = "http://api.mongodb.org/java/3.1"
77

@@ -20,19 +20,19 @@ current = "3.0.4"
2020
[[drivers]]
2121
name = "mongodb-driver"
2222
description = "The synchronous driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
23-
versions = "3.1.0-rc0,3.0.4"
23+
versions = "3.1.0,3.0.4"
2424

2525
[[drivers]]
2626
name = "mongo-java-driver"
2727
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
28-
versions = "3.1.0-rc0,3.0.4,2.13.3"
28+
versions = "3.1.0,3.0.4,2.13.3"
2929

3030
[[drivers]]
3131
name = "mongodb-driver-async"
3232
description = "The new asynchronous driver, new in 3.0"
33-
versions = "3.1.0-rc0,3.0.4"
33+
versions = "3.1.0,3.0.4"
3434

3535
[[drivers]]
3636
name = "mongodb-driver-core"
3737
description = "The core library, new in 3.0"
38-
versions = "3.1.0-rc0,3.0.4"
38+
versions = "3.1.0,3.0.4"

docs/reference/content/bson/installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org),
2222
the data storage and network transfer format that MongoDB uses for "documents".
2323
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2424

25-
{{< install artifactId="bson" version="3.1.0-rc0" >}}
25+
{{< install artifactId="bson" version="3.1.0" >}}

docs/reference/content/driver-async/getting-started/installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
2222
## MongoDB Async Driver
2323
The new asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking IO.
2424

25-
{{< install artifactId="mongodb-driver-async" version="3.1.0-rc0" dependencies="true">}}
25+
{{< install artifactId="mongodb-driver-async" version="3.1.0" dependencies="true">}}

docs/reference/content/driver/getting-started/installation-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For OSGi-based applications: due to the fact that there are classes from the `co
2828
jar (described below) instead.
2929
{{% /note %}}
3030

31-
{{< install artifactId="mongodb-driver" version="3.1.0-rc0" dependencies="true">}}
31+
{{< install artifactId="mongodb-driver" version="3.1.0" dependencies="true">}}
3232

3333

3434
## Uber MongoDB Java Driver
@@ -38,4 +38,4 @@ An uber jar that contains everything you need; the BSON library, the core librar
3838
For OSGi-based applications: this artifact is a valid OSGi bundle.
3939
{{% /note %}}
4040

41-
{{< install artifactId="mongo-java-driver" version="3.1.0-rc0">}}
41+
{{< install artifactId="mongo-java-driver" version="3.1.0">}}

0 commit comments

Comments
 (0)