@@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<artifactId >maven-plugins</artifactId >
27
27
<groupId >org.apache.maven.plugins</groupId >
28
- <version >34 </version >
28
+ <version >36 </version >
29
29
<relativePath />
30
30
</parent >
31
31
@@ -126,7 +126,6 @@ under the License.
126
126
<sitePluginVersion >3.11.0</sitePluginVersion >
127
127
<surefire .version>2.22.2</surefire .version>
128
128
<javaVersion >8</javaVersion >
129
- <mavenPluginToolsVersion >3.6.4</mavenPluginToolsVersion >
130
129
<checkstyle .violation.ignore>ParameterNumber,MethodLength</checkstyle .violation.ignore>
131
130
<project .build.outputTimestamp>2022-02-21T20:17:22Z</project .build.outputTimestamp>
132
131
</properties >
@@ -517,11 +516,6 @@ under the License.
517
516
<keyalg >RSA</keyalg >
518
517
</configuration >
519
518
</plugin >
520
- <plugin >
521
- <groupId >org.apache.maven.plugins</groupId >
522
- <artifactId >maven-plugin-plugin</artifactId >
523
- <version >3.6.4</version >
524
- </plugin >
525
519
</plugins >
526
520
</pluginManagement >
527
521
<plugins >
@@ -565,40 +559,9 @@ under the License.
565
559
<id >reporting</id >
566
560
<reporting >
567
561
<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 >
598
562
<plugin >
599
563
<groupId >org.apache.maven.plugins</groupId >
600
564
<artifactId >maven-changes-plugin</artifactId >
601
- <version >2.12.1</version >
602
565
<configuration >
603
566
<!-- For JIRA report -->
604
567
<columnNames >Type,Key,Summary,Assignee</columnNames >
0 commit comments