File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
javac.source =1.5
18
18
19
19
# IMPORTANT: MAKE SURE YOU CHANGE BOTH lib.version AND lib.version.osi.compat, ACCORDING TO THIS PATTERN
20
+ # lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
20
21
# lib.version=2.8.0-RC1 ==> lib.version.osgi.compat=2.8.0.RC1
21
22
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
22
- lib.version =2.8.0
23
- lib.version.osgi.compat =2.8.0.RELEASE
23
+ lib.version =2.8.0-RC1
24
+ lib.version.osgi.compat =2.8.0.RC1
24
25
25
26
compatibility.baseline.version =2.7.3
26
27
url.libbase =http://cloud.github.com/downloads/mongodb
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 = 8 ;
91
91
92
- private static final String FULL_VERSION = "2.8.0. RC1" ;
92
+ private static final String FULL_VERSION = "2.8.0- RC1" ;
93
93
94
94
static int cleanerIntervalMS ;
95
95
static {
You can’t perform that action at this time.
0 commit comments