This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/orc-format.git
The following commit(s) were added to refs/heads/main by this push: new 996dbe4 ORC-FORMAT-10: Updated Maven version to 3.9.6 (#11) 996dbe4 is described below commit 996dbe456af68892fd182b02db72b699ac40e6e9 Author: Ashish <mysticlama...@gmail.com> AuthorDate: Sat Dec 9 13:39:06 2023 -0800 ORC-FORMAT-10: Updated Maven version to 3.9.6 (#11) ### What changes were proposed in this pull request? This closes #10. The PR aims at upgrading Maven version to 3.9.6 ### Why are the changes needed? The details are captured as part of PR https://github.com/apache/orc/pull/1687 ### How was this patch tested? Local build to be successful and CI passes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b595f67..e57f463 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ <maven-shade-plugin.version>3.5.1</maven-shade-plugin.version> <maven.compiler.release>17</maven.compiler.release> <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation> - <maven.version>3.9.4</maven.version> + <maven.version>3.9.6</maven.version> <protoc.version>3.17.3</protoc.version> <test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir> </properties>