File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >org.apache</groupId >
2525 <artifactId >apache</artifactId >
26- <version >35 </version >
26+ <version >37 </version >
2727 </parent >
2828
2929 <groupId >org.apache.arrow</groupId >
@@ -120,16 +120,8 @@ under the License.
120120 <surefire .add-opens.argLine>--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</surefire .add-opens.argLine>
121121 <!-- org.apache:apache overrides -->
122122 <minimalJavaBuildVersion >11</minimalJavaBuildVersion >
123- <maven .compiler.source>11</maven .compiler.source>
124- <maven .compiler.target>11</maven .compiler.target>
125- <maven .compiler.release>11</maven .compiler.release>
126- <!--
127- Downgrade maven-jar-plugin until https://github.com/codehaus-plexus/plexus-archiver/issues/332
128- is addressed
129- maven-jar-plugin 4.0.0-beta-2-SNAPSHOT upgraded to plexus-archive 4.10.2 fixing the issue.
130- We have to wait new maven-jar-plugin release, and a new Apache POM release providing it
131- -->
132- <version .maven-jar-plugin>3.2.2</version .maven-jar-plugin>
123+ <javaVersion >11</javaVersion >
124+ <minimalMavenBuildVersion >3.8</minimalMavenBuildVersion >
133125 </properties >
134126
135127 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments