This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cd9e9b992 Build: Let revapi compare against 1.11.0 (#16412)
0cd9e9b992 is described below

commit 0cd9e9b992c497026eb48ef9f964d7f160361e98
Author: Aihua Xu <[email protected]>
AuthorDate: Mon May 18 23:55:56 2026 -0700

    Build: Let revapi compare against 1.11.0 (#16412)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 249e5ba91d..54629b5469 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ subprojects {
     revapi {
       oldGroup = project.group
       oldName = project.name
-      oldVersion = "1.10.0"
+      oldVersion = "1.11.0"
     }
 
     tasks.register('showDeprecationRulesOnRevApiFailure') {

Reply via email to