Skip to content

Commit d5e2d85

Browse files
committed
Updated version to 3.0.1
1 parent ae328d2 commit d5e2d85

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.0.0" >}}
25+
{{< install artifactId="bson" version="3.0.1" >}}

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.0.0" dependencies="true">}}
25+
{{< install artifactId="mongodb-driver-async" version="3.0.1" 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
@@ -22,10 +22,10 @@ The MongoDB Driver is the updated synchronous Java driver that includes the
2222
legacy API as well as a new generic MongoCollection interface that complies with
2323
a new cross-driver CRUD specification.
2424

25-
{{< install artifactId="mongodb-driver" version="3.0.0" dependencies="true">}}
25+
{{< install artifactId="mongodb-driver" version="3.0.1" dependencies="true">}}
2626

2727

2828
## Uber MongoDB Java Driver
2929
An uber jar that contains everything you need; the BSON library, the core library and the mongodb-driver.
3030

31-
{{< install artifactId="mongo-java-driver" version="3.0.0" >}}
31+
{{< install artifactId="mongo-java-driver" version="3.0.1" >}}

docs/reference/content/whats-new/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ title = "Upgrading to 3.0"
1111
# Upgrading to 3.0
1212

1313
The 3.0 release is **incompatible** with the 2.x release series. However, where possible, the 2.13.0 driver has deprecated classes or
14-
methods that have been removed in 3.0.0.
14+
methods that have been removed in 3.0.
1515

16-
Before upgrading to 3.0.0, compile against 2.13.0 with deprecation warnings enabled and remove use of any deprecated methods or classes.
16+
Before upgrading to 3.0, compile against 2.13.0 with deprecation warnings enabled and remove use of any deprecated methods or classes.
1717

1818
## System Requirements
1919

0 commit comments

Comments
 (0)