Skip to content

Commit

Permalink
Fix groupId of Surefire plugin (#207) (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmi committed Oct 8, 2021
1 parent 39e6725 commit 772213f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awaitility-groovy/pom.xml
Expand Up @@ -149,7 +149,7 @@
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.surefire</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -112,7 +112,7 @@
<version>2.4.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.surefire</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
</plugin>
Expand Down

0 comments on commit 772213f

Please sign in to comment.