Skip to content

Commit 3be3c7d

Browse files
committed
[pom] Update surefire property usage to non deprecated values
1 parent 41bab4e commit 3be3c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<groupId>org.apache.maven.plugins</groupId>
336336
<artifactId>maven-surefire-plugin</artifactId>
337337
<configuration>
338-
<systemProperties>
338+
<systemPropertyVariables>
339339
<property>
340340
<name>derby.stream.error.file</name>
341341
<value>${project.build.directory}/derby.log</value>
@@ -344,7 +344,7 @@
344344
<name>derby.system.home</name>
345345
<value>${project.build.directory}</value>
346346
</property>
347-
</systemProperties>
347+
</systemPropertyVariables>
348348
</configuration>
349349
</plugin>
350350
<plugin>

0 commit comments

Comments
 (0)