From dc8096e734d35ff00092983875aa07efa412f077 Mon Sep 17 00:00:00 2001 From: mpkorstanje Date: Mon, 14 Dec 2020 21:17:15 +0100 Subject: [PATCH] [Build] Fix semver suppression history Set to latest major, a good enough approximation --- .revapi/api-changes.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.revapi/api-changes.json b/.revapi/api-changes.json index cbd0927ea0..8eaaf5d1f6 100644 --- a/.revapi/api-changes.json +++ b/.revapi/api-changes.json @@ -1,5 +1,5 @@ { - "6.9.1": [ + "6.0.0": [ { "extension": "revapi.differences", "id": "intentional-api-changes", diff --git a/pom.xml b/pom.xml index 7c6e0fbac1..009581263d 100644 --- a/pom.xml +++ b/pom.xml @@ -562,7 +562,7 @@ ${main.basedir}/.revapi/api-changes.json - 6.9.1 + 6.0.0