This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump-pom in repository https://gitbox.apache.org/repos/asf/parquet-format.git
commit db570158d841084df3e5c80a798917357416ac62 Author: Fokko Driesprong <[email protected]> AuthorDate: Sun May 19 16:26:31 2024 +0200 Bump to Apache parent POM 32 --- pom.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index d2f68cf..784e508 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>31</version> + <version>32</version> </parent> <groupId>org.apache.parquet</groupId> @@ -83,8 +83,7 @@ </developers> <properties> - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> + <maven.compiler.release>8</maven.compiler.release> <shade.prefix>shaded.parquet</shade.prefix> <thrift.executable>thrift</thrift.executable> <thrift.version>0.20.0</thrift.version> @@ -131,15 +130,6 @@ <additionalJOption>-Xdoclint:none</additionalJOption> </configuration> </plugin> - <plugin> - <!-- Override source and target from the ASF parent --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${maven.compiler.source}</source> - <target>${maven.compiler.target}</target> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
