Skip to content

Commit

Permalink
[Build] Fix semver suppression history
Browse files Browse the repository at this point in the history
Set to latest major, a good enough approximation
  • Loading branch information
mpkorstanje committed Dec 14, 2020
1 parent 36952b9 commit dc8096e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .revapi/api-changes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.9.1": [
"6.0.0": [
{
"extension": "revapi.differences",
"id": "intentional-api-changes",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
<configurationFile>
<path>${main.basedir}/.revapi/api-changes.json</path>
<roots>
<root>6.9.1</root>
<root>6.0.0</root>
</roots>
</configurationFile>
</analysisConfigurationFiles>
Expand Down

0 comments on commit dc8096e

Please sign in to comment.