Skip to content

Commit a808dcd

Browse files
committed
Bump to 3.8.0-beta3
1 parent b891177 commit a808dcd

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
5252
evaluationDependsOn(':util')
5353

5454
group = 'org.mongodb'
55-
version = '3.8.0-SNAPSHOT'
55+
version = '3.8.0-beta3'
5656
sourceCompatibility = JavaVersion.VERSION_1_6
5757
targetCompatibility = JavaVersion.VERSION_1_6
5858

docs/landing/data/releases.toml

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

33
[[versions]]
4-
version = "3.8.0-beta2"
4+
version = "3.8.0-beta3"
55
docs = "./3.8"
66
api = "./3.8/javadoc"
77

@@ -59,24 +59,24 @@ current = "3.7.1"
5959
[[drivers]]
6060
name = "mongodb-driver-sync"
6161
description = "The synchronous driver, new in 3.7.<br/>For older versions of the driver please use the `mongodb-driver` or `mongo-java-driver`."
62-
versions = "3.8.0-beta2,3.7.1"
62+
versions = "3.8.0-beta3,3.7.1"
6363

6464
[[drivers]]
6565
name = "mongodb-driver"
6666
description = "The synchronous driver plus the legacy driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
67-
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
67+
versions = "3.8.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
6868

6969
[[drivers]]
7070
name = "mongo-java-driver"
7171
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
72-
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
72+
versions = "3.8.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
7373

7474
[[drivers]]
7575
name = "mongodb-driver-async"
7676
description = "The new asynchronous driver, new in 3.0"
77-
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
77+
versions = "3.8.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
7878

7979
[[drivers]]
8080
name = "mongodb-driver-core"
8181
description = "The core library, new in 3.0"
82-
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
82+
versions = "3.8.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,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.8.0-beta2" >}}
25+
{{< install artifactId="bson" version="3.8.0-beta3" >}}

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.8.0-beta2" dependencies="true">}}
26+
{{< install artifactId="mongodb-driver-async" version="3.8.0-beta3" dependencies="true">}}

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

Lines changed: 3 additions & 3 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="3.8.0-beta2" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="3.8.0-beta3" dependencies="true">}}
3535

3636
## MongoDB Driver
3737

@@ -46,7 +46,7 @@ It is also *not* a Java 9 module.
4646

4747
{{% /note %}}
4848

49-
{{< install artifactId="mongodb-driver" version="3.8.0-beta2" dependencies="true">}}
49+
{{< install artifactId="mongodb-driver" version="3.8.0-beta3" dependencies="true">}}
5050

5151

5252
## Uber Jar (Legacy)
@@ -61,4 +61,4 @@ This is a Java 9-compliant module with an Automatic-Module-Name of `org.mongodb.
6161
The `mongo-java-driver` artifact is a valid OSGi bundle whose symbolic name is `org.mongodb.mongo-java-driver`.
6262
{{% /note %}}
6363

64-
{{< install artifactId="mongo-java-driver" version="3.8.0-beta2">}}
64+
{{< install artifactId="mongo-java-driver" version="3.8.0-beta3">}}

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-3.7.0.jar"/>
31+
<resource-root path="mongo-java-driver-3.8.0-beta3.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)