This is an automated email from the ASF dual-hosted git repository.
william 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 d2bfea081 Revert "ORC-1891: Upgrade to Apache parent pom 34"
d2bfea081 is described below
commit d2bfea081969fd1270e70aff8d12ef1500b20447
Author: William Hyun <[email protected]>
AuthorDate: Sat Jul 26 14:54:08 2025 -0700
Revert "ORC-1891: Upgrade to Apache parent pom 34"
This reverts commit 6a3ac1f02e0146e2de29c6f376c3eac804fa9296.
---
java/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 5a0b2747e..7b4daee49 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>34</version>
+ <version>27</version>
</parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
@@ -72,7 +72,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>${java.version}</maven.compiler.release>
+ <maven.compiler.release>17</maven.compiler.release>
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
<maven.version>3.9.11</maven.version>
@@ -83,7 +83,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.3</surefire.version>
+ <surefire.version>3.5.2</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
<zstd-jni.version>1.5.7-4</zstd-jni.version>
</properties>
@@ -748,7 +748,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.9.1</version>
+ <version>2.7.11</version>
<executions>
<execution>
<goals>