sullis opened a new issue, #12926: URL: https://github.com/apache/iceberg/issues/12926
### Apache Iceberg version 1.9.0 (latest release) ### Query engine None ### Please describe the bug 🐞 Apache Iceberg 1.9.0 (java library) iceberg-api-1.9.0.jar contains iceberg-build.properties The contents of `iceberg-build.properties` is incorrect ``` $ cat iceberg-build.properties ``` Output: ``` git.branch=1.9.x git.build.version=unspecified git.closest.tag.name=apache-iceberg-1.9.0-rc2 git.commit.id=7dbafb438ee1e68d0047bebcb587265d7d87d8a1 git.commit.id.abbrev=7dbafb4 git.commit.message.short=API\: Don't check underlying error msg on AIOOBE (\#12867) git.commit.time=2025-04-22T15\:14\:07+0200 git.tags=apache-iceberg-1.9.0-rc2 ``` 🏓 "git.build.version" should be "1.9.0" 🏓 "git.closest.tag.name" looks incorrect. 🏓 "git.tags" looks incorrect. ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [x] I cannot contribute a fix for this bug at this time -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org