From 40e2762bc3e0a57fadd4fd62803672ba01715cff Mon Sep 17 00:00:00 2001 From: Trisha Gee Date: Tue, 24 Jun 2014 12:44:54 +0200 Subject: [PATCH] [Release 0.108] Updated message when building with the 2.12.x branch. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad70b299a88..7f1c592b137 100644 --- a/build.gradle +++ b/build.gradle @@ -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"