Skip to content

Commit

Permalink
Preparing for 2.12.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Jan 15, 2015
1 parent 1e40301 commit e53e35d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ javac.source=1.5
# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
# lib.version=2.8.0-rc1 ==> lib.version.osgi.compat=2.8.0.RC1
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
lib.version=2.12.5-SNAPSHOT
lib.version.osgi.compat=2.12.5.BUILD-SNAPSHOT
lib.version=2.12.5
lib.version.osgi.compat=2.12.5.RELEASE

compatibility.baseline.version=2.12.0
url.libbase=http://driver-downloads.mongodb.org/java
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ driver developers who would rather use Maven than Ant as their build tool.
<artifactId>mongo-java-driver</artifactId>
<packaging>bundle</packaging>
<name>MongoDB Java Driver</name>
<version>2.12.5-SNAPSHOT</version>
<version>2.12.5</version>
<description>The MongoDB Java driver</description>
<url>http://www.mongodb.org</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/com/mongodb/Mongo.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class Mongo {
@Deprecated
public static final int MINOR_VERSION = 12;

private static final String FULL_VERSION = "2.12.5-SNAPSHOT";
private static final String FULL_VERSION = "2.12.5";

static int cleanerIntervalMS;

Expand Down

0 comments on commit e53e35d

Please sign in to comment.