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 1717javac.source =1.5
1818
1919# 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
2021# lib.version=2.8.0-RC1 ==> lib.version.osgi.compat=2.8.0.RC1
2122# 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
2425
2526compatibility.baseline.version =2.7.3
2627url.libbase =http://cloud.github.com/downloads/mongodb
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public class Mongo {
8989 @ Deprecated
9090 public static final int MINOR_VERSION = 8 ;
9191
92- private static final String FULL_VERSION = "2.8.0. RC1" ;
92+ private static final String FULL_VERSION = "2.8.0- RC1" ;
9393
9494 static int cleanerIntervalMS ;
9595 static {
You can’t perform that action at this time.
0 commit comments