Skip to content

Commit

Permalink
Fix RevApi configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 15, 2025
1 parent 670d458 commit cba3885
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -747,19 +747,14 @@
<attachments>
<vetted>ok</vetted>
</attachments>
<differences>
<item>
<ignore>true</ignore>
<regex>true</regex>
<code>java.annotation.*</code>
<annotationType>edu.umd.cs.findbugs.annotations.*</annotationType>
<justification>Annotation should be safe to change</justification>
</item>
</differences>
</revapi.differences>
<revapi.versions>
<enabled>true</enabled>
<strictSemver>false</strictSemver>
<onAllowed>
<criticality>documented</criticality>
<justification>Allowed by the rules of semantic versioning.</justification>
</onAllowed>
</revapi.versions>
<revapi.filter>
<elements>
Expand All @@ -786,7 +781,7 @@
<revapi.reporter.json>
<minSeverity>NON_BREAKING</minSeverity>
<minCriticality>documented</minCriticality>
<output>${project.build.outputDirectory}/revapi-result.json</output>
<output>${project.build.directory}/revapi-result.json</output>
<indent>false</indent>
<append>false</append>
<keepEmptyFile>true</keepEmptyFile>
Expand Down

0 comments on commit cba3885

Please sign in to comment.