Skip to content

Commit 9db2dde

Browse files
committed
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).
1 parent 318ba53 commit 9db2dde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
- PROFILE=mongo3-next
1515
- PROFILE=mongo31
1616
- PROFILE=mongo32
17-
- PROFILE=mongo33-next
17+
- PROFILE=mongo33
1818

1919
# Current MongoDB version is 2.4.2 as of 2016-04, see https://github.com/travis-ci/travis-ci/issues/3694
2020
# apt-get starts a MongoDB instance so it's not started using before_script

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
3131
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
32-
<mongo>2.14.0</mongo>
32+
<mongo>2.14.3</mongo>
3333
<mongo.osgi>2.13.0</mongo.osgi>
3434
</properties>
3535

@@ -164,9 +164,9 @@
164164

165165
<profile>
166166

167-
<id>mongo33-next</id>
167+
<id>mongo33</id>
168168
<properties>
169-
<mongo>3.3.0-SNAPSHOT</mongo>
169+
<mongo>3.3.0</mongo>
170170
</properties>
171171

172172
<repositories>

0 commit comments

Comments
 (0)