[MNG-7601] Upgrade Apache Maven parent POM to version 38

This commit is contained in:
Guillaume Nodet 2022-11-22 11:20:44 +01:00
parent b1c1f7556d
commit 49572e46c9
1 changed files with 1 additions and 27 deletions

28
pom.xml
View File

@ -25,7 +25,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>37</version> <version>38</version>
<relativePath /> <relativePath />
</parent> </parent>
@ -504,23 +504,6 @@ under the License.
<artifactId>modello-plugin-velocity</artifactId> <artifactId>modello-plugin-velocity</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.41.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-resources</artifactId>
<version>3</version>
</dependency>
</dependencies>
</plugin>
<plugin> <plugin>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId> <artifactId>plexus-component-metadata</artifactId>
@ -670,15 +653,6 @@ under the License.
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<violationSeverity>info</violationSeverity>
<violationIgnore>JavadocVariable,JavadocMethod,HiddenField</violationIgnore>
<!-- <suppressionsLocation>${maven.multiModuleProjectDirectory}/build/checkstyle-suppressions.xml</suppressionsLocation>-->
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>