Skip to content

Commit

Permalink
Revert "Update the fail/report criticality for revapi"
Browse files Browse the repository at this point in the history
This reverts commit 8603e6d.

A check of the source code for revapi 0.15 shows that the
value of reportCriticality is not used. Only the value of
reportSeverity is used in the ReportMojo.
  • Loading branch information
aherbert committed Jul 9, 2024
1 parent 085cf2d commit 390021b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,10 @@ This is avoided by creating an empty directory when svn is not available.
</roots>
</configurationFile>
</analysisConfigurationFiles>
<!-- Note: Property 'reportSeverity' is deprecated but newer 'reportCriticality'
does work as documented. -->
<reportSeverity>equivalent</reportSeverity>
<reportCriticality>allowed</reportCriticality>
</configuration>
<reportSets>
<reportSet>
Expand Down

0 comments on commit 390021b

Please sign in to comment.