Skip to content

Commit

Permalink
[MNG-7942] Upgrade maven-parent to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 23, 2023
1 parent 95fa548 commit da6c7e4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40</version>
<version>41</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -576,14 +576,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<!-- remove with next parent MPOM-371 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>config/maven_checks_nocodestyle.xml</configLocation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit da6c7e4

Please sign in to comment.