Skip to content

Commit

Permalink
ORC-1784: Upgrade Maven to 3.9.9
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to upgrade `Maven` to 3.9.9.

### Why are the changes needed?

To bring the latest bug fixed version in addition to align with Apache Spark 4.0.0,
- apache/spark#47827

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2045 from dongjoon-hyun/ORC-1784.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit b4982c9)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Sep 30, 2024
1 parent 81b1bfb commit 2d5167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The subdirectories are:
### Building

* Install java 17 or higher
* Install maven 3.9.6 or higher
* Install maven 3.9.9 or higher
* Install cmake 3.12 or higher

To build a release version with debug information:
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.6</maven.version>
<maven.version>3.9.9</maven.version>

<mockito.version>5.10.0</mockito.version>
<orc-format.version>1.0.0</orc-format.version>
Expand Down

0 comments on commit 2d5167f

Please sign in to comment.