File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
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.13.3-SNAPSHOT
24- lib.version.osgi.compat =2.13.3.BUILD-SNAPSHOT
23+ lib.version =2.13.3
24+ lib.version.osgi.compat =2.13.3.RELEASE
2525
2626compatibility.baseline.version =2.13.0
2727url.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.
88 <artifactId >mongo-java-driver</artifactId >
99 <packaging >bundle</packaging >
1010 <name >MongoDB Java Driver</name >
11- <version >2.13.3-SNAPSHOT </version >
11+ <version >2.13.3</version >
1212 <description >The MongoDB Java driver</description >
1313 <url >http://www.mongodb.org</url >
1414
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public class Mongo {
8989 @ Deprecated
9090 public static final int MINOR_VERSION = 13 ;
9191
92- private static final String FULL_VERSION = "2.13.3-SNAPSHOT " ;
92+ private static final String FULL_VERSION = "2.13.3" ;
9393
9494 static int cleanerIntervalMS ;
9595
You can’t perform that action at this time.
0 commit comments