File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 122
122
</ciManagement >
123
123
124
124
<properties >
125
- <mojo .java.target>8</mojo .java.target>
126
-
127
125
<!-- some of plugins requires JDK 11 -->
128
126
<recommendedJavaBuildVersion >11</recommendedJavaBuildVersion >
129
-
130
- <junitBomVersion >5.10.0</junitBomVersion >
131
127
<maven .version>3.2.5</maven .version>
132
128
<doxiaVersion >1.12.0</doxiaVersion >
133
129
<doxia-sitetoolsVersion >1.11.1</doxia-sitetoolsVersion >
134
130
<pluginVersion >${project.version}</pluginVersion >
135
- <sitePluginVersion >3.12.1 </sitePluginVersion >
131
+ <sitePluginVersion >${maven-site-plugin.version} </sitePluginVersion >
136
132
<!-- dotted property can not be used in .vm -->
137
133
<fluidoVersion >${maven-fluido-skin.version}</fluidoVersion >
138
134
<modelloNamespaceRuleVersion >2.1.0</modelloNamespaceRuleVersion >
306
302
<version >3.0.0</version >
307
303
</dependency >
308
304
309
- <dependency >
310
- <groupId >org.junit</groupId >
311
- <artifactId >junit-bom</artifactId >
312
- <version >${junitBomVersion} </version >
313
- <type >pom</type >
314
- <scope >import</scope >
315
- </dependency >
316
-
317
305
<!-- manage transitive dependencies due to security patches -->
318
306
<dependency >
319
307
<groupId >commons-beanutils</groupId >
You can’t perform that action at this time.
0 commit comments