nastra commented on PR #6053:
URL: https://github.com/apache/iceberg/pull/6053#issuecomment-1306749734
Let's change this to the below diff then. That should work. I don't know why
the same version definition doesn't work inside `revapi.yml`:
```
git diff .palantir/revapi.yml build.gradle
──(Tue,Nov08)─┘
diff --git a/.palantir/revapi.yml b/.palantir/revapi.yml
index 2edd12342..615387108 100644
--- a/.palantir/revapi.yml
+++ b/.palantir/revapi.yml
@@ -1,5 +1,3 @@
-versionOverrides:
- org.apache.iceberg:iceberg-api:apache-iceberg-0.14.0: "0.14.0"
acceptedBreaks:
apache-iceberg-0.14.0:
org.apache.iceberg:iceberg-api:
diff --git a/build.gradle b/build.gradle
index 762f11573..be0a1fe49 100644
--- a/build.gradle
+++ b/build.gradle
@@ -227,6 +227,12 @@ project(':iceberg-bundled-guava') {
project(':iceberg-api') {
apply plugin: 'com.palantir.revapi'
+ revapi {
+ oldGroup = "org.apache.iceberg"
+ oldName = "iceberg-api"
+ oldVersion = "1.0.0"
+ }
+
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]