File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<modelVersion >4.0.0</modelVersion >
14
14
15
+ <properties >
16
+ <gmavenplus-plugin .version>2.1.0</gmavenplus-plugin .version>
17
+ </properties >
18
+
15
19
<dependencies >
16
20
17
21
<dependency >
131
135
<plugin >
132
136
<groupId >org.codehaus.gmavenplus</groupId >
133
137
<artifactId >gmavenplus-plugin</artifactId >
134
- <version >2.1.0 </version >
138
+ <version >${gmavenplus-plugin.version} </version >
135
139
<executions >
136
140
<execution >
137
141
<goals >
143
147
<plugin >
144
148
<groupId >org.apache.maven.plugins</groupId >
145
149
<artifactId >maven-surefire-plugin</artifactId >
146
- <version >3.0.0-M7</version >
147
150
</plugin >
148
151
</plugins >
149
152
</build >
Original file line number Diff line number Diff line change 20
20
<maven .compiler.source>${java.version} </maven .compiler.source>
21
21
<maven .compiler.target>${java.version} </maven .compiler.target>
22
22
23
+ <maven-surefire-plugin .version>3.0.0-M7</maven-surefire-plugin .version>
23
24
<jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
24
25
<maven-compiler-plugin .version>3.10.1</maven-compiler-plugin .version>
25
26
<maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
213
214
</plugin >
214
215
<plugin >
215
216
<artifactId >maven-surefire-plugin</artifactId >
216
- <version >2.12 </version >
217
+ <version >${maven-surefire-plugin.version} </version >
217
218
<configuration >
218
219
<includes >
219
220
<include >**/*Test.java</include >
222
223
<include >**/*Tests_*.java</include >
223
224
</includes >
224
225
<systemPropertyVariables >
225
- <slf4j .version>${slf4j.version} </slf4j .version>
226
- <log4j .version>${log4j.version} </log4j .version>
227
226
<user .timezone>UTC</user .timezone>
228
227
</systemPropertyVariables >
229
228
</configuration >
You can’t perform that action at this time.
0 commit comments