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 ef3a735 commit 507874b
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -982,37 +982,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>
<versionIncreaseAllows>
<major>
<severity>BREAKING</severity>
<attachments>
<vetted>ok</vetted>
</attachments>
</major>
<minor>
<severity>NON_BREAKING</severity>
<attachments>
<vetted>ok</vetted>
</attachments>
</minor>
<patch>
<severity>EQUIVALENT</severity>
<attachments>
<vetted>ok</vetted>
</attachments>
</patch>
</versionIncreaseAllows>
<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 507874b

Please sign in to comment.