File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- current = " 3.0.0-rc1 "
1
+ current = " 3.0.0"
2
2
[[versions ]]
3
- version = " 3.0.0-rc1 "
4
- status = " rc "
5
- docs = " ./current "
3
+ version = " 3.0.0"
4
+ status = " current "
5
+ docs = " ./3.0 "
6
6
api = " http://api.mongodb.org/java/current"
7
7
8
8
[[versions ]]
9
9
version = " 2.13.0"
10
- status = " current "
10
+ status = " "
11
11
docs = " ./2.13"
12
12
api = " http://api.mongodb.org/java/2.13"
13
13
14
14
[[drivers ]]
15
15
name = " mongodb-driver"
16
16
description = " The synchronous driver, new in 3.0, for older versions select the: `mongo-java-driver`"
17
- versions = " 3.0.0-rc1 "
17
+ versions = " 3.0.0"
18
18
19
19
[[drivers ]]
20
20
name = " mongo-java-driver"
21
21
description = " An uber jar containing the bson library, the core library and the mongodb-driver."
22
- versions = " 3.0.0-rc1 ,2.13.0,2.12.5 "
22
+ versions = " 3.0.0,2.13.0"
23
23
24
24
[[drivers ]]
25
25
name = " mongodb-driver-async"
26
26
description = " The new asynchronous driver, new in 3.0"
27
- versions = " 3.0.0-rc1 "
27
+ versions = " 3.0.0"
28
28
29
29
[[drivers ]]
30
30
name = " mongodb-driver-core"
31
31
description = " The core library, new in 3.0"
32
- versions = " 3.0.0-rc1 "
32
+ versions = " 3.0.0"
Original file line number Diff line number Diff line change
1
+ [{"version" : " 3.0" }, {"version" : " 2.13" }]
You can’t perform that action at this time.
0 commit comments