Skip to content

Commit da6c7e4

Browse files
[MNG-7942] Upgrade maven-parent to 41
1 parent 95fa548 commit da6c7e4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>40</version>
26+
<version>41</version>
2727
<relativePath />
2828
</parent>
2929

@@ -576,14 +576,6 @@ under the License.
576576
</execution>
577577
</executions>
578578
</plugin>
579-
<plugin>
580-
<!-- remove with next parent MPOM-371 -->
581-
<groupId>org.apache.maven.plugins</groupId>
582-
<artifactId>maven-checkstyle-plugin</artifactId>
583-
<configuration>
584-
<configLocation>config/maven_checks_nocodestyle.xml</configLocation>
585-
</configuration>
586-
</plugin>
587579
<plugin>
588580
<groupId>org.apache.maven.plugins</groupId>
589581
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)