Skip to content

Commit 863f0c0

Browse files
committed
Preparing for 2.9.1 release
1 parent 79f979c commit 863f0c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.properties

+3-3
Original file line numberDiff line numberDiff 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.10.0-SNAPSHOT
24-
lib.version.osgi.compat=2.10.0.BUILD-SNAPSHOT
23+
lib.version=2.9.1
24+
lib.version.osgi.compat=2.9.1.RELEASE
2525

26-
compatibility.baseline.version=2.8.0
26+
compatibility.baseline.version=2.9.0
2727
url.libbase=http://cloud.github.com/downloads/mongodb

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ driver developers who would rather use Maven than Ant as their build tool.
88
<artifactId>mongo-java-driver</artifactId>
99
<packaging>bundle</packaging>
1010
<name>MongoDB Java Driver</name>
11-
<version>2.9.0-RC2</version>
11+
<version>2.9.1</version>
1212
<description>The MongoDB Java driver</description>
1313
<url>http://www.mongodb.org</url>
1414

src/main/com/mongodb/Mongo.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ public class Mongo {
8282
* @deprecated Replaced by <code>Mongo.getMinorVersion()</code>
8383
*/
8484
@Deprecated
85-
public static final int MINOR_VERSION = 10;
85+
public static final int MINOR_VERSION = 9;
8686

87-
private static final String FULL_VERSION = "2.10.0-SNAPSHOT";
87+
private static final String FULL_VERSION = "2.9.1";
8888

8989
static int cleanerIntervalMS;
9090
static {

0 commit comments

Comments
 (0)