Skip to content

Commit b33b514

Browse files
committed
Docs: 3.5.0-SNAPSHOT documentation
1 parent be07753 commit b33b514

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

docs/landing/data/releases.toml

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

3+
[[versions]]
4+
version = "3.5.0-SNAPSHOT"
5+
status = "snapshot"
6+
docs = "./3.5"
7+
api = "./3.5/javadoc"
8+
39
[[versions]]
410
version = "3.4.2"
511
status = "current"
@@ -39,19 +45,19 @@ current = "3.4.2"
3945
[[drivers]]
4046
name = "mongodb-driver"
4147
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`."
42-
versions = "3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
48+
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
4349

4450
[[drivers]]
4551
name = "mongo-java-driver"
4652
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
47-
versions = "3.4.2,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
53+
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
4854

4955
[[drivers]]
5056
name = "mongodb-driver-async"
5157
description = "The new asynchronous driver, new in 3.0"
52-
versions = "3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
58+
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
5359

5460
[[drivers]]
5561
name = "mongodb-driver-core"
5662
description = "The core library, new in 3.0"
57-
versions = "3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"
63+
versions = "3.5.0-SNAPSHOT,3.4.2,3.3.0,3.2.2,3.1.1,3.0.4"

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/3.4"
1+
baseURL = "/mongo-java-driver/3.5"
22
languageCode = "en-us"
33
title = "MongoDB Java Driver"
44
theme = "mongodb"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
2323

2424
The MongoDB Async Driver provides asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking I/O.
2525

26-
{{< install artifactId="mongodb-driver-async" version="3.4.2" dependencies="true">}}
26+
{{< install artifactId="mongodb-driver-async" version="3.5.0-SNAPSHOT" dependencies="true">}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For OSGi-based applications, use the [mongo-java-driver](#uber-jar-legacy) uber
2929

3030
{{% /note %}}
3131

32-
{{< install artifactId="mongodb-driver" version="3.4.2" dependencies="true">}}
32+
{{< install artifactId="mongodb-driver" version="3.5.0-SNAPSHOT" dependencies="true">}}
3333

3434

3535
## Uber Jar (Legacy)
@@ -41,4 +41,4 @@ For new applications, the preferred artifact is [mongodb-driver](#mongodb-driver
4141
The `mongo-java-driver` artifact is a valid OSGi bundle.
4242
{{% /note %}}
4343

44-
{{< install artifactId="mongo-java-driver" version="3.4.2">}}
44+
{{< install artifactId="mongo-java-driver" version="3.5.0-SNAPSHOT">}}

docs/reference/data/mongodb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update versions in config.toml as well
22
githubRepo = "mongo-java-driver"
33
githubBranch = "master"
4-
currentVersion = "3.4"
4+
currentVersion = "3.5"
55
highlightTheme = "idea.css"
66
apiUrl = "/javadoc"

0 commit comments

Comments
 (0)