This is an automated email from the ASF dual-hosted git repository.

william pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new c85abb05c Revert "ORC-1891: Upgrade to Apache parent pom 34"
c85abb05c is described below

commit c85abb05c6fc881bfb766c8b2f5c84e82ac2500d
Author: William Hyun <[email protected]>
AuthorDate: Sat Jul 26 14:55:12 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 9eaef626e..b10ece7a2 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>

Reply via email to