Skip to content

Commit cae4b5e

Browse files
committed
only use later version for graalvm
1 parent 31086fb commit cae4b5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<cmake.osx_arch>-DOSX_ARCH_DUMMY=1</cmake.osx_arch>
4545
<cmake.min_osx_version>-DOSX_DEPLOYMENT_TARGET_DUMMY=1</cmake.min_osx_version>
4646
<cmake.crt_fips>OFF</cmake.crt_fips>
47+
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
4748
</properties>
4849

4950
<profiles>
@@ -246,6 +247,9 @@
246247
</plugin>
247248
</plugins>
248249
</build>
250+
<properties>
251+
<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
252+
</properties>
249253
</profile>
250254
<profile>
251255
<id>release</id>
@@ -454,7 +458,7 @@
454458
<plugin>
455459
<groupId>org.apache.maven.plugins</groupId>
456460
<artifactId>maven-surefire-plugin</artifactId>
457-
<version>2.21.0</version>
461+
<version>${maven-surefire-plugin.version}</version>
458462
<configuration>
459463
<systemPropertyVariables>
460464
<crt.classifier>${crt.classifier}</crt.classifier>

0 commit comments

Comments
 (0)