We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f726fee commit 52d7f8bCopy full SHA for 52d7f8b
build.gradle
@@ -46,7 +46,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
46
evaluationDependsOn(':util')
47
48
group = 'org.mongodb'
49
- version = '3.0.0-SNAPSHOT'
+ version = '3.0.0'
50
sourceCompatibility = JavaVersion.VERSION_1_6
51
targetCompatibility = JavaVersion.VERSION_1_6
52
0 commit comments