File tree 2 files changed +25
-3
lines changed
2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : java
2
+
3
+ jdk :
4
+ - oraclejdk8
5
+
6
+ services :
7
+ - mongodb
8
+
9
+ env :
10
+ matrix :
11
+ - PROFILE=ci
12
+ - PROFILE=mongo-next
13
+
14
+ sudo : false
15
+
16
+ cache :
17
+ directories :
18
+ - $HOME/.m2
19
+
20
+ install : true
21
+
22
+ script : " mvn clean dependency:list test -P${PROFILE} -Dsort"
Original file line number Diff line number Diff line change 30
30
<project .type>multi</project .type>
31
31
<dist .id>spring-data-mongodb</dist .id>
32
32
<springdata .commons>1.10.0.BUILD-SNAPSHOT</springdata .commons>
33
- <mongo >2.12.3 </mongo >
34
- <mongo .osgi>2.12.3 </mongo .osgi>
33
+ <mongo >2.12.4 </mongo >
34
+ <mongo .osgi>2.12.4 </mongo .osgi>
35
35
</properties >
36
36
37
37
<developers >
108
108
109
109
<id >mongo-next</id >
110
110
<properties >
111
- <mongo >2.12.5 -SNAPSHOT</mongo >
111
+ <mongo >2.13.0 -SNAPSHOT</mongo >
112
112
</properties >
113
113
114
114
<repositories >
You can’t perform that action at this time.
0 commit comments