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.git
The following commit(s) were added to refs/heads/main by this push:
new 39b134afd ORC-1891: Upgrade to Apache parent pom 34
39b134afd is described below
commit 39b134afdc3d07900572dd33b4ed2822bb5c7545
Author: Vlad Rozov <[email protected]>
AuthorDate: Wed Aug 13 11:51:16 2025 -0700
ORC-1891: Upgrade to Apache parent pom 34
### What changes were proposed in this pull request?
Upgrade to Apache parent pom version 34
### Why are the changes needed?
Version 27 is almost 10 years old.
### How was this patch tested?
Running maven build (with and without -Papache-release) profile
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #2341 from vrozov/ORC-1891.
Authored-by: Vlad Rozov <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index b4bab21f2..b8f90eda5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>34</version>
</parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
@@ -73,7 +73,7 @@
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
- <maven.compiler.release>17</maven.compiler.release>
+ <maven.compiler.release>${java.version}</maven.compiler.release>
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
<maven.version>3.9.11</maven.version>
@@ -84,7 +84,7 @@
<protobuf.version>3.25.8</protobuf.version>
<slf4j.version>2.0.17</slf4j.version>
<storage-api.version>2.8.1</storage-api.version>
- <surefire.version>3.5.2</surefire.version>
+ <surefire.version>3.5.3</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
<zstd-jni.version>1.5.7-4</zstd-jni.version>
</properties>
@@ -701,7 +701,7 @@
</configuration>
<executions>
<execution>
- <id>create-source-jar</id>
+ <id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>test-jar-no-fork</goal>
@@ -749,7 +749,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.7.11</version>
+ <version>2.9.1</version>
<executions>
<execution>
<goals>