File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1717 <maven .compile.source>1.8</maven .compile.source>
1818 <maven .compile.target>1.8</maven .compile.target>
1919 <maven .source.plugin>3.0.1</maven .source.plugin>
20- <maven-compiler-plugin .version>3.6.0 </maven-compiler-plugin .version>
20+ <maven-compiler-plugin .version>3.8.1 </maven-compiler-plugin .version>
2121 <nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
2222
2323 <pagehelper-starter .version>1.2.7</pagehelper-starter .version>
121121 <plugin >
122122 <groupId >org.apache.maven.plugins</groupId >
123123 <artifactId >maven-compiler-plugin</artifactId >
124+ <version >${maven-compiler-plugin.version} </version >
124125 <configuration >
125126 <source >${maven.compile.source} </source >
126127 <target >${maven.compile.target} </target >
129130 </configuration >
130131 </plugin >
131132
133+ <plugin >
134+ <artifactId >maven-surefire-plugin</artifactId >
135+ <version >2.22.2</version >
136+ </plugin >
132137 </plugins >
133138 </build >
134139
153158 <plugin >
154159 <groupId >org.jacoco</groupId >
155160 <artifactId >jacoco-maven-plugin</artifactId >
161+ <version >0.8.2</version >
156162 <executions >
157163 <execution >
158164 <goals >
173179 <plugin >
174180 <groupId >org.openclover</groupId >
175181 <artifactId >clover-maven-plugin</artifactId >
182+ <version >4.3.1</version >
176183 <configuration >
177184 <generateHtml >true</generateHtml >
178185 <generateXml >true</generateXml >
You can’t perform that action at this time.
0 commit comments