File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ resources:
27
27
jobs :
28
28
- template : build-templates/maven-common.yml@templates
29
29
parameters :
30
- jobName : Linux_Java_8
31
- options : -B -Djava.test.version=1.8 -Djava.test.vendor=zulu -Ptc-publish,fullmode -Dsag-deps=true
30
+ jobName : Linux_Java_11
31
+ jdkVersion : 11
32
+ options : -B -Djava.test.vendor=zulu -Ptc-publish,fullmode -Dsag-deps=true
32
33
mavenGoals : ' clean verify'
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.terracotta.forge</groupId >
8
8
<artifactId >forge-parent</artifactId >
9
- <version >4.17 </version >
9
+ <version >8.0 </version >
10
10
</parent >
11
11
12
12
<groupId >org.terracotta</groupId >
22
22
<dependency >
23
23
<groupId >org.terracotta</groupId >
24
24
<artifactId >search</artifactId >
25
- <version >1.5.13 </version >
25
+ <version >1.5.19 </version >
26
26
</dependency >
27
27
28
28
<!-- test deps, versions in parent -->
29
29
<dependency >
30
30
<groupId >junit</groupId >
31
31
<artifactId >junit</artifactId >
32
+ <version >4.12</version >
32
33
</dependency >
33
34
<dependency >
34
35
<groupId >org.mockito</groupId >
35
36
<artifactId >mockito-core</artifactId >
37
+ <version >3.0.0</version >
36
38
</dependency >
37
39
<dependency >
38
40
<groupId >org.hamcrest</groupId >
39
41
<artifactId >hamcrest</artifactId >
42
+ <version >2.1</version >
40
43
</dependency >
41
44
</dependencies >
42
45
46
+ <build >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-javadoc-plugin</artifactId >
51
+ <configuration >
52
+ <doclint >none</doclint >
53
+ </configuration >
54
+ </plugin >
55
+ </plugins >
56
+ </build >
57
+
43
58
<scm >
44
59
<
connection >scm:git:
[email protected] :Terracotta-OSS/tc-messaging.git</
connection >
45
60
<developerConnection >scm:git:https://github.com/Terracotta-OSS/tc-messaging.git</developerConnection >
You can’t perform that action at this time.
0 commit comments