Browse Source

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).
pull/410/head
Mark Paluch 10 years ago
parent
commit
7b15d246e8
  1. 2
      .travis.yml
  2. 6
      pom.xml

2
.travis.yml

@ -14,7 +14,7 @@ env: @@ -14,7 +14,7 @@ env:
- PROFILE=mongo3-next
- PROFILE=mongo31
- PROFILE=mongo32
- PROFILE=mongo33-next
- PROFILE=mongo33
# Current MongoDB version is 2.4.2 as of 2016-04, see https://github.com/travis-ci/travis-ci/issues/3694
# apt-get starts a MongoDB instance so it's not started using before_script

6
pom.xml

@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.12.3.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 @@ @@ -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>

Loading…
Cancel
Save