We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fa548 commit da6c7e4Copy full SHA for da6c7e4
pom.xml
@@ -23,7 +23,7 @@ under the License.
23
<parent>
24
<groupId>org.apache.maven</groupId>
25
<artifactId>maven-parent</artifactId>
26
- <version>40</version>
+ <version>41</version>
27
<relativePath />
28
</parent>
29
@@ -576,14 +576,6 @@ under the License.
576
</execution>
577
</executions>
578
</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>
587
<plugin>
588
<groupId>org.apache.maven.plugins</groupId>
589
<artifactId>maven-release-plugin</artifactId>
0 commit comments