File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 6464 </developers >
6565
6666 <properties >
67- <maven .compiler.source>8</maven .compiler.source>
68- <maven .compiler.target>8</maven .compiler.target>
67+ <maven .compiler.release>8</maven .compiler.release>
6968 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7069 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
7170 <project .build.outputTimestamp>2024-11-28T21:29:15Z</project .build.outputTimestamp>
345344 <plugin >
346345 <groupId >org.apache.maven.plugins</groupId >
347346 <artifactId >maven-javadoc-plugin</artifactId >
348- <version >3.10.1 </version >
347+ <version >3.11.2 </version >
349348 </plugin >
350349 <plugin >
351350 <groupId >org.apache.maven.plugins</groupId >
453452 </plugins >
454453 </build >
455454 </profile >
456- <profile >
457- <id >jdk-release</id >
458- <activation >
459- <jdk >[1.9,)</jdk >
460- </activation >
461- <properties >
462- <maven .compiler.release>8</maven .compiler.release>
463- </properties >
464- </profile >
465455 </profiles >
466456
467457 <reporting >
You can’t perform that action at this time.
0 commit comments