Skip to content

Commit

Permalink
Ignore semver check for removing beta restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi committed Sep 25, 2020
1 parent 824eeca commit e360644
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,13 @@
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration>
<versionFormat>[0-9.]*</versionFormat>
<checkDependencies>false</checkDependencies>
<analysisConfiguration>
<revapi.ignore combine.children="append">
<item>
<regex>true</regex>
<code>java.missing.*</code>
<justification>Dependencies are not being checked, so they are reported as missing</justification>
<code>java.annotation.removed</code>
<annotationType>org.kohsuke.accmod.Restricted</annotationType>
<justification>Beta restriction should be safe to remove.</justification>
</item>
</revapi.ignore>
</analysisConfiguration>
Expand Down

0 comments on commit e360644

Please sign in to comment.