File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ javac.source=1.5
20
20
# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
21
21
# lib.version=2.8.0-rc1 ==> lib.version.osgi.compat=2.8.0.RC1
22
22
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
23
- lib.version =2.12.3-SNAPSHOT
24
- lib.version.osgi.compat =2.12.3.BUILD-SNAPSHOT
23
+ lib.version =2.12.3
24
+ lib.version.osgi.compat =2.12.3.RELEASE
25
25
26
26
compatibility.baseline.version =2.12.0
27
27
url.libbase =http://driver-downloads.mongodb.org/java
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ driver developers who would rather use Maven than Ant as their build tool.
8
8
<artifactId >mongo-java-driver</artifactId >
9
9
<packaging >bundle</packaging >
10
10
<name >MongoDB Java Driver</name >
11
- <version >2.12.3-SNAPSHOT </version >
11
+ <version >2.12.3</version >
12
12
<description >The MongoDB Java driver</description >
13
13
<url >http://www.mongodb.org</url >
14
14
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public class Mongo {
91
91
@ Deprecated
92
92
public static final int MINOR_VERSION = 12 ;
93
93
94
- private static final String FULL_VERSION = "2.12.3-SNAPSHOT " ;
94
+ private static final String FULL_VERSION = "2.12.3" ;
95
95
96
96
static int cleanerIntervalMS ;
97
97
You can’t perform that action at this time.
0 commit comments