Skip to content

Commit 6a3ac1f

Browse files
vrozovdongjoon-hyun
authored andcommitted
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 ### Was this patch authored or co-authored using generative AI tooling? No Closes #2214 from vrozov/parent-pom. Authored-by: Vlad Rozov <vrozov@amazon.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 1a2e3e0 commit 6a3ac1f

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>27</version>
20+
<version>34</version>
2121
</parent>
2222
<groupId>org.apache.orc</groupId>
2323
<artifactId>orc</artifactId>
@@ -71,7 +71,7 @@
7171
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
7272
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
7373
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
74-
<maven.compiler.release>17</maven.compiler.release>
74+
<maven.compiler.release>${java.version}</maven.compiler.release>
7575
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
7676
<maven.version>3.9.9</maven.version>
7777

@@ -82,7 +82,7 @@
8282
<protobuf.version>3.25.5</protobuf.version>
8383
<slf4j.version>2.0.17</slf4j.version>
8484
<storage-api.version>2.8.1</storage-api.version>
85-
<surefire.version>3.5.2</surefire.version>
85+
<surefire.version>3.5.3</surefire.version>
8686
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
8787
<zstd-jni.version>1.5.7-3</zstd-jni.version>
8888
</properties>
@@ -746,7 +746,7 @@
746746
<plugin>
747747
<groupId>org.cyclonedx</groupId>
748748
<artifactId>cyclonedx-maven-plugin</artifactId>
749-
<version>2.7.11</version>
749+
<version>2.9.1</version>
750750
<executions>
751751
<execution>
752752
<goals>

0 commit comments

Comments
 (0)