Skip to content

Commit

Permalink
build(test): replace clirr with revapi
Browse files Browse the repository at this point in the history
Replaces clirr with revapi for the test module, with no special
exemptions.

(cherry picked from commit d9bcc60)
  • Loading branch information
npepinpe committed Jun 4, 2021
1 parent 6ac0435 commit f3ea3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f3ea3f4

Please sign in to comment.