File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 44
44
<cmake .osx_arch>-DOSX_ARCH_DUMMY=1</cmake .osx_arch>
45
45
<cmake .min_osx_version>-DOSX_DEPLOYMENT_TARGET_DUMMY=1</cmake .min_osx_version>
46
46
<cmake .crt_fips>OFF</cmake .crt_fips>
47
+ <maven-surefire-plugin .version>2.21.0</maven-surefire-plugin .version>
47
48
</properties >
48
49
49
50
<profiles >
246
247
</plugin >
247
248
</plugins >
248
249
</build >
250
+ <properties >
251
+ <maven-surefire-plugin .version>3.2.3</maven-surefire-plugin .version>
252
+ </properties >
249
253
</profile >
250
254
<profile >
251
255
<id >release</id >
454
458
<plugin >
455
459
<groupId >org.apache.maven.plugins</groupId >
456
460
<artifactId >maven-surefire-plugin</artifactId >
457
- <version >2.21.0 </version >
461
+ <version >${maven-surefire-plugin.version} </version >
458
462
<configuration >
459
463
<systemPropertyVariables >
460
464
<crt .classifier>${crt.classifier} </crt .classifier>
You can’t perform that action at this time.
0 commit comments