Skip to content

Commit

Permalink
Fix groupId of Surefire plugin (awaitility#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmi committed May 10, 2021
1 parent c9122fd commit f2ef343
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 f2ef343

Please sign in to comment.