mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-28 00:22:03 +00:00
Updates to build (dependabot reported) and other stuff (#951)
Most of cumulative things dependabot reported, plus more. Changes: * use plugins from parent (instead to double-maintain them here as well) * general cleanup, add property where there are 2+ uses for it * update plugins not present in parent * non-key dependencies (maven3, maven4, graalvm not touched) updates
This commit is contained in:
@@ -35,9 +35,8 @@
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
|
||||
<roaster.version>2.28.0.Final</roaster.version>
|
||||
<maven.version>3.9.0</maven.version>
|
||||
<maven.plugin-tools.version>3.9.0</maven.plugin-tools.version>
|
||||
<maven-plugin-plugin.version>3.9.0</maven-plugin-plugin.version>
|
||||
<maven.version>3.9.6</maven.version>
|
||||
<maven.plugin-tools.version>3.12.0</maven.plugin-tools.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -82,7 +81,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>${maven-plugin-plugin.version}</version>
|
||||
<version>${maven.plugin-tools.version}</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
Reference in New Issue
Block a user