File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ 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.8.0-RC1
24
- lib.version.osgi.compat =2.8.0.RC1
23
+ lib.version =2.8.0
24
+ lib.version.osgi.compat =2.8.0.RELEASE
25
25
26
26
compatibility.baseline.version =2.7.3
27
27
url.libbase =http://cloud.github.com/downloads/mongodb
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public class Mongo {
88
88
@ Deprecated
89
89
public static final int MINOR_VERSION = 8 ;
90
90
91
- private static final String FULL_VERSION = "2.8.0-RC1 " ;
91
+ private static final String FULL_VERSION = "2.8.0" ;
92
92
93
93
static int cleanerIntervalMS ;
94
94
static {
You can’t perform that action at this time.
0 commit comments