Skip to content

Commit d2bfea0

Browse files
committed
Revert "ORC-1891: Upgrade to Apache parent pom 34"
This reverts commit 6a3ac1f.
1 parent eaca53c commit d2bfea0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache</groupId>
1919
<artifactId>apache</artifactId>
20-
<version>34</version>
20+
<version>27</version>
2121
</parent>
2222
<groupId>org.apache.orc</groupId>
2323
<artifactId>orc</artifactId>
@@ -72,7 +72,7 @@
7272
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
7373
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
7474
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
75-
<maven.compiler.release>${java.version}</maven.compiler.release>
75+
<maven.compiler.release>17</maven.compiler.release>
7676
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
7777
<maven.version>3.9.11</maven.version>
7878

@@ -83,7 +83,7 @@
8383
<protobuf.version>3.25.8</protobuf.version>
8484
<slf4j.version>2.0.17</slf4j.version>
8585
<storage-api.version>2.8.1</storage-api.version>
86-
<surefire.version>3.5.3</surefire.version>
86+
<surefire.version>3.5.2</surefire.version>
8787
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
8888
<zstd-jni.version>1.5.7-4</zstd-jni.version>
8989
</properties>
@@ -748,7 +748,7 @@
748748
<plugin>
749749
<groupId>org.cyclonedx</groupId>
750750
<artifactId>cyclonedx-maven-plugin</artifactId>
751-
<version>2.9.1</version>
751+
<version>2.7.11</version>
752752
<executions>
753753
<execution>
754754
<goals>

0 commit comments

Comments
 (0)