Skip to content

Commit eab4f24

Browse files
[MPIR-417] Upgrade Parent to 36
1 parent 3538a85 commit eab4f24

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

pom.xml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<artifactId>maven-plugins</artifactId>
2727
<groupId>org.apache.maven.plugins</groupId>
28-
<version>34</version>
28+
<version>36</version>
2929
<relativePath/>
3030
</parent>
3131

@@ -126,7 +126,6 @@ under the License.
126126
<sitePluginVersion>3.11.0</sitePluginVersion>
127127
<surefire.version>2.22.2</surefire.version>
128128
<javaVersion>8</javaVersion>
129-
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
130129
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
131130
<project.build.outputTimestamp>2022-02-21T20:17:22Z</project.build.outputTimestamp>
132131
</properties>
@@ -517,11 +516,6 @@ under the License.
517516
<keyalg>RSA</keyalg>
518517
</configuration>
519518
</plugin>
520-
<plugin>
521-
<groupId>org.apache.maven.plugins</groupId>
522-
<artifactId>maven-plugin-plugin</artifactId>
523-
<version>3.6.4</version>
524-
</plugin>
525519
</plugins>
526520
</pluginManagement>
527521
<plugins>
@@ -565,40 +559,9 @@ under the License.
565559
<id>reporting</id>
566560
<reporting>
567561
<plugins>
568-
<plugin>
569-
<groupId>org.codehaus.mojo</groupId>
570-
<artifactId>l10n-maven-plugin</artifactId>
571-
<version>1.0-alpha-2</version>
572-
<configuration>
573-
<locales>
574-
<locale>cs</locale>
575-
<locale>de</locale>
576-
<locale>es</locale>
577-
<locale>fr</locale>
578-
<locale>gl</locale>
579-
<locale>hu</locale>
580-
<locale>it</locale>
581-
<locale>ja</locale>
582-
<locale>ko</locale>
583-
<locale>lt</locale>
584-
<locale>nl</locale>
585-
<locale>no</locale>
586-
<locale>pl</locale>
587-
<locale>pt</locale>
588-
<locale>pt_BR</locale>
589-
<locale>ru</locale>
590-
<locale>sk</locale>
591-
<locale>sv</locale>
592-
<locale>tr</locale>
593-
<locale>zh_CN</locale>
594-
<locale>zh_TW</locale>
595-
</locales>
596-
</configuration>
597-
</plugin>
598562
<plugin>
599563
<groupId>org.apache.maven.plugins</groupId>
600564
<artifactId>maven-changes-plugin</artifactId>
601-
<version>2.12.1</version>
602565
<configuration>
603566
<!-- For JIRA report -->
604567
<columnNames>Type,Key,Summary,Assignee</columnNames>

0 commit comments

Comments
 (0)