Skip to content

Commit e5337b5

Browse files
committed
Upgrade to Apache POM 35
and identify fixes needed to have CI happy
1 parent d31d9b0 commit e5337b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache</groupId>
2525
<artifactId>apache</artifactId>
26-
<version>34</version>
26+
<version>35</version>
2727
</parent>
2828

2929
<groupId>org.apache.arrow</groupId>
@@ -91,6 +91,7 @@ under the License.
9191
</issueManagement>
9292

9393
<properties>
94+
<project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
9495
<target.gen.source.path>${project.build.directory}/generated-sources</target.gen.source.path>
9596
<dep.junit.platform.version>1.9.0</dep.junit.platform.version>
9697
<dep.junit.jupiter.version>5.12.2</dep.junit.jupiter.version>
@@ -123,6 +124,8 @@ under the License.
123124
<!--
124125
Downgrade maven-jar-plugin until https://github.com/codehaus-plexus/plexus-archiver/issues/332
125126
is addressed
127+
maven-jar-plugin 4.0.0-beta-2-SNAPSHOT upgraded to plexus-archive 4.10.2 fixing the issue.
128+
We have to wait new maven-jar-plugin release, and a new Apache POM release providing it
126129
-->
127130
<version.maven-jar-plugin>3.2.2</version.maven-jar-plugin>
128131
</properties>

0 commit comments

Comments
 (0)