Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into weld
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Jul 15, 2024
2 parents ef54f89 + 7f90aed commit ca16832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<!-- <workingDirectory>${project.build.directory}</workingDirectory> -->
<systemPropertyVariables>
Expand All @@ -695,7 +695,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -739,7 +739,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit ca16832

Please sign in to comment.