Skip to content

Commit

Permalink
Merge pull request #257 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Fix deprecated systemProperties to systemPropertyVariables
  • Loading branch information
hazendaz authored Sep 26, 2024
2 parents a82bf3f + d4ba5d4 commit b80acbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables >
<property>
<name>derby.stream.error.file</name>
<value>${project.build.directory}/derby.log</value>
Expand All @@ -188,7 +188,7 @@
<name>derby.system.home</name>
<value>${project.build.directory}/ibderby</value>
</property>
</systemProperties>
</systemPropertyVariables >
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b80acbe

Please sign in to comment.