kbendick commented on code in PR #4638:
URL: https://github.com/apache/iceberg/pull/4638#discussion_r861420454


##########
.palantir/revapi.yml:
##########
@@ -0,0 +1,2 @@
+versionOverrides:
+  org.apache.iceberg:iceberg-api:release-base-0.13.0: "0.13.1"

Review Comment:
   The plug-in works by comparing the previous version with the current code, 
by fetching the previous version from maven.
   
   The previous version is inferred based on the most recent tag, which for the 
master branch is `release-base-0.xx` normally.
   
   However, that’s not an artifact available on maven.
   
   So this sets the “old version” to compare for breaking changes to 
`apache-iceberg-0.13.1` from maven.
   
   See here: https://github.com/palantir/gradle-revapi#version-overrides



-- 
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]

Reply via email to