Skip to content

Commit f2d4060

Browse files
committed
Update refererence documentation to refer to 3.2.2
1 parent 49e991a commit f2d4060

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/landing/data/releases.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "3.2.1"
1+
current = "3.2.2"
22

33
[[versions]]
4-
version = "3.2.1"
4+
version = "3.2.2"
55
status = "current"
66
docs = "./3.2"
77
api = "http://api.mongodb.org/java/3.2"
@@ -29,19 +29,19 @@ current = "3.2.1"
2929
[[drivers]]
3030
name = "mongodb-driver"
3131
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`."
32-
versions = "3.2.1,3.1.1,3.0.4"
32+
versions = "3.2.2,3.1.1,3.0.4"
3333

3434
[[drivers]]
3535
name = "mongo-java-driver"
3636
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
37-
versions = "3.2.1,3.1.1,3.0.4,2.14.1,2.13.3"
37+
versions = "3.2.2,3.1.1,3.0.4,2.14.1,2.13.3"
3838

3939
[[drivers]]
4040
name = "mongodb-driver-async"
4141
description = "The new asynchronous driver, new in 3.0"
42-
versions = "3.2.1,3.1.1,3.0.4"
42+
versions = "3.2.2,3.1.1,3.0.4"
4343

4444
[[drivers]]
4545
name = "mongodb-driver-core"
4646
description = "The core library, new in 3.0"
47-
versions = "3.2.1,3.1.1,3.0.4"
47+
versions = "3.2.2,3.1.1,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.2.1" >}}
25+
{{< install artifactId="bson" version="3.2.2" >}}

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.2.1" dependencies="true">}}
25+
{{< install artifactId="mongodb-driver-async" version="3.2.2" 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.2.1" dependencies="true">}}
31+
{{< install artifactId="mongodb-driver" version="3.2.2" 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.2.1">}}
41+
{{< install artifactId="mongo-java-driver" version="3.2.2">}}

0 commit comments

Comments
 (0)