File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 57
57
<plugin >
58
58
<groupId >org.apache.maven.plugins</groupId >
59
59
<artifactId >maven-javadoc-plugin</artifactId >
60
- <version >3.11.3 </version >
60
+ <version >${maven.javadoc.plugin.version} </version >
61
61
<configuration >
62
62
<sourcepath >src/main/java;target/generated-sources/annotations</sourcepath >
63
63
</configuration >
64
64
</plugin >
65
65
<plugin >
66
66
<groupId >org.apache.maven.plugins</groupId >
67
67
<artifactId >maven-compiler-plugin</artifactId >
68
- <version >3.14.0 </version >
68
+ <version >${maven.compiler.plugin.version} </version >
69
69
<configuration >
70
70
<annotationProcessorPaths >
71
71
<path >
Original file line number Diff line number Diff line change 71
71
<sonar .coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory} /coverage-report/target/site/jacoco-aggregate/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
72
72
<maven .compiler.source>25</maven .compiler.source>
73
73
<maven .compiler.target>25</maven .compiler.target>
74
+ <maven .compiler.plugin.version>3.14.0</maven .compiler.plugin.version>
75
+ <maven .javadoc.plugin.version>3.11.3</maven .javadoc.plugin.version>
74
76
<spotless .version>2.46.1</spotless .version>
75
77
<slf4j .version>2.0.17</slf4j .version>
76
78
<junit .version>5.13.4</junit .version>
You can’t perform that action at this time.
0 commit comments