File tree Expand file tree Collapse file tree 1 file changed +3
-37
lines changed
Expand file tree Collapse file tree 1 file changed +3
-37
lines changed Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >org.apache</groupId >
2727 <artifactId >apache</artifactId >
28- <version >35 </version >
28+ <version >37 </version >
2929 </parent >
3030
3131 <modules >
8484 <maven .compiler.target>17</maven .compiler.target>
8585 <maven .compiler.release>17</maven .compiler.release>
8686
87+ <javaVersion >17</javaVersion >
88+
8789 <logging .config>log4j2-tests-config.properties</logging .config>
8890 <modular .jdk.surefire.arg>--add-modules java.sql,jdk.unsupported </modular .jdk.surefire.arg>
8991
177179 <apache .httpcore.version>4.4.16</apache .httpcore.version>
178180 <apache .httpclient.version>4.5.14</apache .httpclient.version>
179181 <shrinkwrap-api .version>1.2.6</shrinkwrap-api .version>
180- <!-- Override parent property for shade plugin version -->
181- <version .maven-shade-plugin>3.6.1</version .maven-shade-plugin>
182182
183183 <!-- for JakartaEE -->
184184 <version .batavia>1.0.15.Final</version .batavia>
10061006 </pluginManagement >
10071007
10081008 <plugins >
1009- <plugin >
1010- <groupId >org.apache.maven.plugins</groupId >
1011- <artifactId >maven-enforcer-plugin</artifactId >
1012- <executions >
1013- <execution >
1014- <id >enforce-java-version</id >
1015- <goals >
1016- <goal >enforce</goal >
1017- </goals >
1018- <configuration >
1019- <rules >
1020- <requireJavaVersion >
1021- <version >[17,)</version >
1022- <message >You must use JDK 17+ when building</message >
1023- </requireJavaVersion >
1024- </rules >
1025- </configuration >
1026- </execution >
1027- <execution >
1028- <id >enforce-maven-version</id >
1029- <goals >
1030- <goal >enforce</goal >
1031- </goals >
1032- <configuration >
1033- <rules >
1034- <requireMavenVersion >
1035- <version >3.9</version >
1036- <message >You must use Maven 3.9.0+ to build</message >
1037- </requireMavenVersion >
1038- </rules >
1039- </configuration >
1040- </execution >
1041- </executions >
1042- </plugin >
10431009 <plugin >
10441010 <groupId >org.apache.maven.plugins</groupId >
10451011 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments