Skip to content

Commit

Permalink
Bump up the version, 4.3.0 -> 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale committed Aug 3, 2021
1 parent e5c3fec commit 587d574
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -66,7 +66,7 @@ configure(coreProjects) {

evaluationDependsOn(':util')
group = 'org.mongodb'
version = '4.3.1-SNAPSHOT'
version = '4.3.1'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/bson/installation-guide.md
Expand Up @@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org),
the data storage and network transfer format that MongoDB uses for "documents".
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.

{{< install artifactId="bson" version="4.3.0" >}}
{{< install artifactId="bson" version="4.3.1" >}}
Expand Up @@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w

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

{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.0">}}
{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.1">}}
Expand Up @@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi

### Scala 2.12

{{< install artifactId="mongo-scala-driver" version="4.3.0" groupId="org.mongodb.scala" scalaVersion="2.12">}}
{{< install artifactId="mongo-scala-driver" version="4.3.1" groupId="org.mongodb.scala" scalaVersion="2.12">}}

### Scala 2.11

{{< install artifactId="mongo-scala-driver" version="4.3.0" groupId="org.mongodb.scala" scalaVersion="2.11">}}
{{< install artifactId="mongo-scala-driver" version="4.3.1" groupId="org.mongodb.scala" scalaVersion="2.11">}}
4 changes: 2 additions & 2 deletions docs/reference/content/driver/getting-started/installation.md
Expand Up @@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is

{{% /note %}}

{{< install artifactId="mongodb-driver-sync" version="4.3.0" dependencies="true">}}
{{< install artifactId="mongodb-driver-sync" version="4.3.1" dependencies="true">}}

## MongoDB Driver Legacy

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

{{% /note %}}

{{< install artifactId="mongodb-driver-legacy" version="4.3.0" dependencies="true">}}
{{< install artifactId="mongodb-driver-legacy" version="4.3.1" dependencies="true">}}
2 changes: 1 addition & 1 deletion docs/reference/content/driver/tutorials/jndi.md
Expand Up @@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati

<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
<resources>
<resource-root path="mongodb-driver-sync-4.3.0.jar"/>
<resource-root path="mongodb-driver-sync-4.3.1.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
Expand Down

0 comments on commit 587d574

Please sign in to comment.