Skip to content

Commit

Permalink
[MDEP-837] Upgrade Parent to 38
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 30, 2022
1 parent a05a2a4 commit 803433b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ under the License.
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>37</version>
<relativePath />
<artifactId>maven-plugins</artifactId>
<version>38</version>
<relativePath/>
</parent>

<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -364,6 +364,13 @@ under the License.
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>config/maven_checks_nocodestyle.xml</configLocation>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 803433b

Please sign in to comment.