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:
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user