Skip to content

Commit

Permalink
chore: migrate to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Oct 31, 2023
1 parent 1377bfd commit 05341a6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -91,14 +91,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>3.2.1</version>
<configuration>
<parallel>classes</parallel>
<threadCount>4</threadCount>
<systemPropertyVariables>
<networkaddress.cache.ttl>0</networkaddress.cache.ttl>
<networkaddress.cache.negative.ttl>0</networkaddress.cache.negative.ttl>
</systemPropertyVariables>
<threadCount>2</threadCount>
</configuration>
</plugin>
</plugins>
Expand All @@ -109,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20</version>
<version>3.2.1</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 05341a6

Please sign in to comment.