File tree 4 files changed +6
-6
lines changed
docs/reference/content/getting-started
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ javac.source=1.5
20
20
# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
21
21
# lib.version=2.8.0-rc1 ==> lib.version.osgi.compat=2.8.0.RC1
22
22
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
23
- lib.version =2.14.0-SNAPSHOT
24
- lib.version.osgi.compat =2.14.0.BUILD-SNAPSHOT
23
+ lib.version =2.14.0
24
+ lib.version.osgi.compat =2.14.0.RELEASE
25
25
26
26
compatibility.baseline.version =2.13.0
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ The recommended way to get started using one of the drivers in your project is w
17
17
18
18
This jar that contains everything you need including the BSON library.
19
19
20
- {{< install artifactId="mongo-java-driver" version="2.14.0-rc0 " >}}
20
+ {{< install artifactId="mongo-java-driver" version="2.14.0" >}}
21
21
22
22
## BSON
23
23
24
24
This library comprehensively supports [ BSON] ( http://www.bsonspec.org ) ,
25
25
the data storage and network transfer format that MongoDB uses for "documents".
26
26
BSON is short for Binary [ JSON] ( http://json.org/ ) , is a binary-encoded serialization of JSON-like documents.
27
27
28
- {{< install artifactId="bson" version="2.14.0-rc0 " >}}
28
+ {{< install artifactId="bson" version="2.14.0" >}}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ driver developers who would rather use Maven than Ant as their build tool.
8
8
<artifactId >mongo-java-driver</artifactId >
9
9
<packaging >bundle</packaging >
10
10
<name >MongoDB Java Driver</name >
11
- <version >2.14.0-SNAPSHOT </version >
11
+ <version >2.14.0</version >
12
12
<description >The MongoDB Java driver</description >
13
13
<url >http://www.mongodb.org</url >
14
14
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public class Mongo {
89
89
@ Deprecated
90
90
public static final int MINOR_VERSION = 14 ;
91
91
92
- private static final String FULL_VERSION = "2.14.0-rc0 " ;
92
+ private static final String FULL_VERSION = "2.14.0" ;
93
93
94
94
static int cleanerIntervalMS ;
95
95
You can’t perform that action at this time.
0 commit comments