Skip to content

Commit

Permalink
[Release 0.108] Updated message when building with the 2.12.x branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishagee committed Jun 24, 2014
1 parent 7a524e2 commit 40e2762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ project(':morphia') {
println "Building with the 3.x java driver"
} else if (project.hasProperty('2.x')) {
compile group: "org.mongodb", name: "mongo-java-driver", version: "2.12.3-SNAPSHOT", changing: true
println "Building with the 2.12.1 SNAPSHOT java driver"
println "Building with the 2.12.3 SNAPSHOT java driver"
} else {
compile group: "org.mongodb", name: "mongo-java-driver", version: "2.12.2"
println "Building with the 2.12 java driver"
Expand Down

0 comments on commit 40e2762

Please sign in to comment.