Skip to content

Commit f1fd375

Browse files
committed
Bump to 2.14.1-SNAPSHOT
1 parent b658f17 commit f1fd375

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.14.0
24-
lib.version.osgi.compat=2.14.0.RELEASE
23+
lib.version=2.14.1-SNAPSHOT
24+
lib.version.osgi.compat=2.14.1.BUILD-SNAPSHOT
2525

26-
compatibility.baseline.version=2.13.0
26+
compatibility.baseline.version=2.14.0

pom.xml

Lines changed: 1 addition & 1 deletion
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.14.0</version>
11+
<version>2.14.1-SNAPSHOT</version>
1212
<description>The MongoDB Java driver</description>
1313
<url>http://www.mongodb.org</url>
1414

src/main/com/mongodb/Mongo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class Mongo {
8989
@Deprecated
9090
public static final int MINOR_VERSION = 14;
9191

92-
private static final String FULL_VERSION = "2.14.0";
92+
private static final String FULL_VERSION = "2.14.1-SNAPSHOT";
9393

9494
static int cleanerIntervalMS;
9595

0 commit comments

Comments
 (0)