This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-pom in repository https://gitbox.apache.org/repos/asf/parquet-format.git
commit 4d8c42d725d3256c4e557122cfe4b71ec5965f46 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Apr 13 16:19:22 2023 +0200 PARQUET-2271: Bump Apache POM to 29 So we have the latest versions and we are Java 17 compatible --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20671a2..799da5d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>16</version> + <version>29</version> </parent> <groupId>org.apache.parquet</groupId>
