File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4949 <!-- plugin versions -->
5050 <build-helper-maven-plugin .version>3.3.0</build-helper-maven-plugin .version>
5151 <maven-compiler-plugin .version>3.9.0</maven-compiler-plugin .version>
52+ <versions-maven-plugin .version>2.13.0</versions-maven-plugin .version> <!-- because of https://github.com/mojohaus/versions/issues/855 -->
5253 <maven-clean-plugin .version>3.1.0</maven-clean-plugin .version>
5354 <maven-site-plugin .version>3.10.0</maven-site-plugin .version>
5455 <maven-dependency-plugin .version>3.2.0</maven-dependency-plugin .version>
245246 </plugins >
246247 <pluginManagement >
247248 <plugins >
249+ <plugin >
250+ <groupId >org.codehaus.mojo</groupId >
251+ <artifactId >versions-maven-plugin</artifactId >
252+ <version >${versions-maven-plugin.version} </version >
253+ </plugin >
248254 <plugin >
249255 <groupId >org.apache.maven.plugins</groupId >
250256 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments