Skip to content

Commit 803433b

Browse files
committedNov 30, 2022
[MDEP-837] Upgrade Parent to 38
1 parent a05a2a4 commit 803433b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed
 

‎pom.xml

+10-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<parent>
26-
<artifactId>maven-plugins</artifactId>
2726
<groupId>org.apache.maven.plugins</groupId>
28-
<version>37</version>
29-
<relativePath />
27+
<artifactId>maven-plugins</artifactId>
28+
<version>38</version>
29+
<relativePath/>
3030
</parent>
3131

3232
<artifactId>maven-dependency-plugin</artifactId>
@@ -364,6 +364,13 @@ under the License.
364364
</excludes>
365365
</configuration>
366366
</plugin>
367+
<plugin>
368+
<groupId>org.apache.maven.plugins</groupId>
369+
<artifactId>maven-checkstyle-plugin</artifactId>
370+
<configuration>
371+
<configLocation>config/maven_checks_nocodestyle.xml</configLocation>
372+
</configuration>
373+
</plugin>
367374
</plugins>
368375
</pluginManagement>
369376
<plugins>

0 commit comments

Comments
 (0)