Skip to content

Commit 482a047

Browse files
release 2.6.2
1 parent 019798d commit 482a047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<project name="MongoDB Java Driver" default="compile" basedir=".">
33

4-
<property name="version" value="2.7-pre-"/>
4+
<property name="version" value="2.6.2"/>
55
<property name="targetdir" location="target"/>
66
<property name="testdir" location="${targetdir}/test"/>
77
<dirname property="javabase" file="${java.home}"/>

src/main/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: MongoDB
44
Bundle-SymbolicName: com.mongodb
5-
Bundle-Version: 2.7.0
5+
Bundle-Version: 2.6.2
66
Import-Package: javax.management
77
Export-Package: com.mongodb, com.mongodb.io, com.mongodb.util, com.mongodb.gridfs, org.bson, org.bson.util, org.bson.types, org.bson.io

0 commit comments

Comments
 (0)