DATAMONGO-1463 - Upgrade to mongo-java-driver 2.14.3.

Upgrade mongo-java-driver 2.14.3 and upgrade the mongo33 profile to use 3.3.0 (release).
This commit is contained in:
Mark Paluch
2016-07-20 10:33:23 +02:00
parent 318ba53e2f
commit 9db2dde19b
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.14.0</mongo>
<mongo>2.14.3</mongo>
<mongo.osgi>2.13.0</mongo.osgi>
</properties>
@@ -164,9 +164,9 @@
<profile>
<id>mongo33-next</id>
<id>mongo33</id>
<properties>
<mongo>3.3.0-SNAPSHOT</mongo>
<mongo>3.3.0</mongo>
</properties>
<repositories>