Skip to content

Commit bb4dfee

Browse files
committed
ORC-1891: Upgrade to Apache parent pom 34
1 parent 7621ec1 commit bb4dfee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/pom.xml

Lines changed: 5 additions & 5 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>
@@ -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>17</maven.compiler.release>
75+
<maven.compiler.release>${java.version}</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.2</surefire.version>
86+
<surefire.version>3.5.3</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>
@@ -700,7 +700,7 @@
700700
</configuration>
701701
<executions>
702702
<execution>
703-
<id>create-source-jar</id>
703+
<id>attach-sources</id>
704704
<goals>
705705
<goal>jar-no-fork</goal>
706706
<goal>test-jar-no-fork</goal>
@@ -748,7 +748,7 @@
748748
<plugin>
749749
<groupId>org.cyclonedx</groupId>
750750
<artifactId>cyclonedx-maven-plugin</artifactId>
751-
<version>2.7.11</version>
751+
<version>2.9.1</version>
752752
<executions>
753753
<execution>
754754
<goals>

0 commit comments

Comments
 (0)