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
2020# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
2121# lib.version=2.8.0-RC1 ==> lib.version.osgi.compat=2.8.0.RC1
2222# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
23- lib.version =2.11.3-SNAPSHOT
24- lib.version.osgi.compat =2.11.3.BUILD-SNAPSHOT
23+ lib.version =2.11.3
24+ lib.version.osgi.compat =2.11.3.RELEASE
2525
2626compatibility.baseline.version =2.11.0
2727url.libbase =http://cloud.github.com/downloads/mongodb
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public class Mongo {
9191 @ Deprecated
9292 public static final int MINOR_VERSION = 11 ;
9393
94- private static final String FULL_VERSION = "2.11.3-SNAPSHOT " ;
94+ private static final String FULL_VERSION = "2.11.3" ;
9595
9696 static int cleanerIntervalMS ;
9797
You can’t perform that action at this time.
0 commit comments