Skip to content

Commit dc8096e

Browse files
committed
[Build] Fix semver suppression history
Set to latest major, a good enough approximation
1 parent 36952b9 commit dc8096e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.revapi/api-changes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"6.9.1": [
2+
"6.0.0": [
33
{
44
"extension": "revapi.differences",
55
"id": "intentional-api-changes",

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
<configurationFile>
563563
<path>${main.basedir}/.revapi/api-changes.json</path>
564564
<roots>
565-
<root>6.9.1</root>
565+
<root>6.0.0</root>
566566
</roots>
567567
</configurationFile>
568568
</analysisConfigurationFiles>

0 commit comments

Comments
 (0)