File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11language : java
22sudo : required
33
4+ jdk :
5+ - oraclejdk8
6+ - openjdk11
7+
48services :
59 - docker
610
Original file line number Diff line number Diff line change 2020 <properties >
2121 <maven .compiler.source>1.8</maven .compiler.source>
2222 <maven .compiler.target>1.8</maven .compiler.target>
23-
23+
24+ <jacoco-maven-plugin .version>0.8.2</jacoco-maven-plugin .version>
25+ <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
26+ <maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
2427 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2528 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2629
101104 <plugin >
102105 <groupId >org.apache.maven.plugins</groupId >
103106 <artifactId >maven-deploy-plugin</artifactId >
104- <version >2.8.2 </version >
107+ <version >${maven-deploy-plugin.version} </version >
105108 </plugin >
106109 <plugin >
107110 <groupId >org.apache.maven.plugins</groupId >
111114 <plugin >
112115 <groupId >org.apache.maven.plugins</groupId >
113116 <artifactId >maven-compiler-plugin</artifactId >
114- <version >3.1 </version >
117+ <version >${maven-compiler-plugin.version} </version >
115118 </plugin >
116119 <plugin >
117120 <groupId >org.apache.maven.plugins</groupId >
278281 <plugin >
279282 <groupId >org.jacoco</groupId >
280283 <artifactId >jacoco-maven-plugin</artifactId >
281- <version >0.7.9 </version >
284+ <version >${jacoco-maven-plugin.version} </version >
282285 <executions >
283286 <!-- Unit tests configuration -->
284287 <execution >
You can’t perform that action at this time.
0 commit comments