DATAMONGO-1129 - Upgraded to MongoDB Java driver 2.12.4.

Added Travis build configuration, too.
This commit is contained in:
Oliver Gierke
2014-12-31 14:20:52 +01:00
parent f814b1ef47
commit 7db003100b
2 changed files with 25 additions and 3 deletions

22
.travis.yml Normal file
View File

@@ -0,0 +1,22 @@
language: java
jdk:
- oraclejdk8
services:
- mongodb
env:
matrix:
- PROFILE=ci
- PROFILE=mongo-next
sudo: false
cache:
directories:
- $HOME/.m2
install: true
script: "mvn clean dependency:list test -P${PROFILE} -Dsort"

View File

@@ -30,8 +30,8 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.12.3</mongo>
<mongo.osgi>2.12.3</mongo.osgi>
<mongo>2.12.4</mongo>
<mongo.osgi>2.12.4</mongo.osgi>
</properties>
<developers>
@@ -108,7 +108,7 @@
<id>mongo-next</id>
<properties>
<mongo>2.12.5-SNAPSHOT</mongo>
<mongo>2.13.0-SNAPSHOT</mongo>
</properties>
<repositories>