Skip to content

Commit

Permalink
Fix RevAPI versions configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 7, 2025
1 parent 80fc426 commit f7f4bdf
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1034,19 +1034,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.reporter.json>
<minSeverity>NON_BREAKING</minSeverity>
Expand Down

0 comments on commit f7f4bdf

Please sign in to comment.