Skip to content

Commit f1d4e93

Browse files
committed
Update reference documentation to refer to the 4.1.0-beta1 release
1 parent eb569fb commit f1d4e93

File tree

12 files changed

+19
-15
lines changed

12 files changed

+19
-15
lines changed

docs/reference/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "/mongo-java-driver/4.0"
1+
baseURL = "/mongo-java-driver/4.1"
22
languageCode = "en-us"
33
title = "MongoDB JVM Drivers"
44
theme = "mongodb"

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="4.0.1" >}}
25+
{{< install artifactId="bson" version="4.1.0-beta1" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w
1818

1919
The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.
2020

21-
{{< install artifactId="mongodb-driver-reactivestreams" version="4.0.1">}}
21+
{{< install artifactId="mongodb-driver-reactivestreams" version="4.1.0-beta1">}}

docs/reference/content/driver-reactive/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For tutorials for some frequently used operations, see the [Tutorials section]({
2626

2727
| Release | Documentation |
2828
|---------|---------------|
29+
| 4.0.2 | {{< releases version="4.0" >}} |
2930
| 1.13.1 | {{< releases version="1.13" url="https://mongodb.github.io/mongo-java-driver-reactivestreams/" >}} |
3031
| 1.12.0 | {{< releases version="1.12" url="https://mongodb.github.io/mongo-java-driver-reactivestreams/" >}} |
3132
| 1.11.0 | {{< releases version="1.11" url="https://mongodb.github.io/mongo-java-driver-reactivestreams/" >}} |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi
2020

2121
### Scala 2.12
2222

23-
{{< install artifactId="mongo-scala-driver" version="4.0.1" groupId="org.mongodb.scala" scalaVersion="2.12">}}
23+
{{< install artifactId="mongo-scala-driver" version="4.1.0-beta1" groupId="org.mongodb.scala" scalaVersion="2.12">}}
2424

2525
### Scala 2.11
2626

27-
{{< install artifactId="mongo-scala-driver" version="4.0.1" groupId="org.mongodb.scala" scalaVersion="2.11">}}
27+
{{< install artifactId="mongo-scala-driver" version="4.1.0-beta1" groupId="org.mongodb.scala" scalaVersion="2.11">}}

docs/reference/content/driver-scala/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For tutorials for some frequently used operations, see the [Tutorials section]({
2626

2727
| Release | Documentation |
2828
|---------|---------------|
29+
| 4.0.2 | {{< releases version="4.0" >}} |
2930
| 2.9.0 | {{< releases version="2.9.0" url="https://mongodb.github.io/mongo-scala-driver/" >}} |
3031
| 2.8.0 | {{< releases version="2.8.0" url="https://mongodb.github.io/mongo-scala-driver/" >}} |
3132
| 2.7.0 | {{< releases version="2.7.0" url="https://mongodb.github.io/mongo-scala-driver/" >}} |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is
3131

3232
{{% /note %}}
3333

34-
{{< install artifactId="mongodb-driver-sync" version="4.0.1" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="4.1.0-beta1" dependencies="true">}}
3535

3636
## MongoDB Driver Legacy
3737

@@ -44,4 +44,4 @@ While not deprecated, we recommend that new applications depend on the `mongodb-
4444

4545
{{% /note %}}
4646

47-
{{< install artifactId="mongodb-driver-legacy" version="4.0.1" dependencies="true">}}
47+
{{< install artifactId="mongodb-driver-legacy" version="4.1.0-beta1" dependencies="true">}}

docs/reference/content/driver/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ title = "Java Driver"
77
pre = "<i class='fa fa-arrows-h'></i>"
88
+++
99

10-
## MongoDB Driver 4.0 Documentation
10+
## MongoDB Driver 4.1 Documentation
1111

12-
The following guide provides information on using the synchronous MongoDB Java Driver 4.0.
12+
The following guide provides information on using the synchronous MongoDB Java Driver 4.1.
1313

14-
### What's New in 4.0
14+
### What's New in 4.1
1515

1616
The [What's New]({{< relref "whats-new.md" >}}) guide explains the major new features of the driver.
1717

@@ -31,6 +31,7 @@ For tutorials for some frequently used operations, see the [Tutorials section]({
3131

3232
| Release | Documentation |
3333
|---------|---------------|
34+
| 4.0.2 | {{< releases version="4.0" >}} |
3435
| 3.12.2 | {{< releases version="3.12" >}} |
3536
| 3.11.2 | {{< releases version="3.11" >}} |
3637
| 3.10.2 | {{< releases version="3.10" >}} |

docs/reference/content/driver/tutorials/jndi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati
2828

2929
<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
3030
<resources>
31-
<resource-root path="mongo-java-driver-4.0.0-rc0.jar"/>
31+
<resource-root path="mongodb-driver-sync-4.1.0-beta1.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

docs/reference/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ type = "index"
66

77
## MongoDB Java Driver Documentation
88

9-
Welcome to the MongoDB JVM driver documentation hub for the 4.0 drivers release.
9+
Welcome to the MongoDB JVM driver documentation hub for the 4.1 drivers release.
1010

1111

12-
### What's New in 4.0
12+
### What's New in 4.1
1313

14-
For key new features of 4.0, see [What's New]({{< relref "whats-new.md" >}}).
14+
For key new features of 4.1, see [What's New]({{< relref "whats-new.md" >}}).
1515

1616
### Upgrade
1717

0 commit comments

Comments
 (0)