Skip to content

Commit

Permalink
fix: reverting maven-surefire-plugin and maven-failsafe-plugin versio…
Browse files Browse the repository at this point in the history
…n bump (#2011)
  • Loading branch information
aludwiko authored Feb 6, 2024
1 parent 5f9839a commit 7ba46a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>2.22.2</version>
<configuration>
<excludes>
<!-- ignore integration test classes -->
Expand Down Expand Up @@ -255,7 +255,7 @@
<!-- run *IntegrationTest with failsafe -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<version>2.22.2</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>2.22.2</version>
<configuration>
<excludes>
<!-- ignore integration test classes -->
Expand Down Expand Up @@ -255,7 +255,7 @@
<!-- run *IntegrationTest with failsafe -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<version>2.22.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 7ba46a8

Please sign in to comment.