This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 8f529830ad Build: Let revapi compare against 1.1.0 (#6275)
8f529830ad is described below
commit 8f529830ad5ae9929feb98f22fac8ff8a7b723f7
Author: Eduard Tudenhöfner <[email protected]>
AuthorDate: Wed Nov 30 01:33:39 2022 +0100
Build: Let revapi compare against 1.1.0 (#6275)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 9aa9e9c9d8..bfc9822127 100644
--- a/build.gradle
+++ b/build.gradle
@@ -111,7 +111,7 @@ subprojects {
revapi {
oldGroup = project.group
oldName = project.name
- oldVersion = "1.0.0"
+ oldVersion = "1.1.0"
}
}