From f171938b00a2800e1b346d60fdd31d84d6c32d68 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 12 Oct 2015 15:41:30 +0200 Subject: [PATCH] DATAMONGO-1303 - Added build profiles for MongoDB Java driver 3.1 and 3.2 snapshots. Added new build profiles mongod31 and mongo32-next to build the project against the latest MongoDB 3.1 driver as well as upcoming snapshots of the 3.2 generation. --- pom.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 67665a499..41512eaee 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ mongo3 - 3.0.2 + 3.0.4 @@ -132,7 +132,7 @@ mongo3-next - 3.0.0-SNAPSHOT + 3.0.5-SNAPSHOT @@ -143,6 +143,32 @@ + + + + mongo31 + + 3.1.0 + + + + + + + mongo32-next + + 3.2.0-SNAPSHOT + + + + + mongo-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + + +