File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-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 >
@@ -118,16 +118,7 @@ under the License.
118118 <surefire .add-opens.argLine>--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</surefire .add-opens.argLine>
119119 <!-- org.apache:apache overrides -->
120120 <minimalJavaBuildVersion >11</minimalJavaBuildVersion >
121- <maven .compiler.source>11</maven .compiler.source>
122- <maven .compiler.target>11</maven .compiler.target>
123- <maven .compiler.release>11</maven .compiler.release>
124- <!--
125- Downgrade maven-jar-plugin until https://github.com/codehaus-plexus/plexus-archiver/issues/332
126- 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
129- -->
130- <version .maven-jar-plugin>3.2.2</version .maven-jar-plugin>
121+ <javaVersion >11</javaVersion >
131122 </properties >
132123
133124 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments