Skip to content

Commit cb8c257

Browse files
committed
[MPIR-434] Upgrade plugins and components (in ITs)
1 parent 3ddd7bd commit cb8c257

20 files changed

+42
-34
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ under the License.
115115

116116
<properties>
117117
<doxiaVersion>1.11.1</doxiaVersion>
118-
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
118+
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
119119
<mavenVersion>3.2.5</mavenVersion>
120120
<scmVersion>1.13.0</scmVersion>
121121
<aetherVersion>1.0.0.v20140518</aetherVersion>
122122
<sitePluginVersion>3.12.1</sitePluginVersion>
123123
<fluidoSkinVersion>1.11.1</fluidoSkinVersion>
124-
<surefire.version>2.22.2</surefire.version>
124+
<surefire.version>3.1.0</surefire.version>
125125
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
126126
<project.build.outputTimestamp>2023-04-15T14:36:20Z</project.build.outputTimestamp>
127127
</properties>
@@ -214,7 +214,7 @@ under the License.
214214
<dependency>
215215
<groupId>org.apache.bcel</groupId>
216216
<artifactId>bcel</artifactId>
217-
<version>6.6.0</version>
217+
<version>6.7.0</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>org.eclipse.aether</groupId>
@@ -345,12 +345,12 @@ under the License.
345345
<dependency>
346346
<groupId>org.apache.maven.doxia</groupId>
347347
<artifactId>doxia-decoration-model</artifactId>
348-
<version>${doxia-sitetoolsVersion}</version>
348+
<version>${doxiaSitetoolsVersion}</version>
349349
</dependency>
350350
<dependency>
351351
<groupId>org.apache.maven.doxia</groupId>
352352
<artifactId>doxia-site-renderer</artifactId>
353-
<version>${doxia-sitetoolsVersion}</version>
353+
<version>${doxiaSitetoolsVersion}</version>
354354
<exclusions>
355355
<exclusion>
356356
<groupId>org.codehaus.plexus</groupId>
@@ -365,7 +365,7 @@ under the License.
365365
<dependency>
366366
<groupId>org.apache.maven.doxia</groupId>
367367
<artifactId>doxia-integration-tools</artifactId>
368-
<version>${doxia-sitetoolsVersion}</version>
368+
<version>${doxiaSitetoolsVersion}</version>
369369
<exclusions>
370370
<exclusion>
371371
<groupId>org.codehaus.plexus</groupId>
@@ -389,7 +389,7 @@ under the License.
389389
<dependency>
390390
<groupId>org.codehaus.plexus</groupId>
391391
<artifactId>plexus-utils</artifactId>
392-
<version>3.4.2</version>
392+
<version>3.5.1</version>
393393
</dependency>
394394
<dependency>
395395
<groupId>org.codehaus.plexus</groupId>
@@ -461,7 +461,7 @@ under the License.
461461
<dependency>
462462
<groupId>org.apache.maven.wagon</groupId>
463463
<artifactId>wagon-http-lightweight</artifactId>
464-
<version>3.5.1</version>
464+
<version>3.5.3</version>
465465
<scope>test</scope>
466466
</dependency>
467467
<dependency>

src/it/multi-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache</groupId>
2828
<artifactId>apache</artifactId>
29-
<version>16</version>
29+
<version>29</version>
3030
</parent>
3131

3232
<groupId>org.apache.maven.plugins.project-info-reports.its</groupId>

src/test/resources/plugin-configs/ci-management-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>ci mangement project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -44,4 +45,4 @@ under the License.
4445
</plugin>
4546
</plugins>
4647
</build>
47-
</project>
48+
</project>

src/test/resources/plugin-configs/ci-management-plugin-with-ci-section-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>ci management project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -48,4 +49,4 @@ under the License.
4849
<system>TeamCity</system>
4950
<url>https://example.com</url>
5051
</ciManagement>
51-
</project>
52+
</project>

src/test/resources/plugin-configs/dependency-convergence-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>dependency convergence project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -48,4 +49,4 @@ under the License.
4849
</plugin>
4950
</plugins>
5051
</build>
51-
</project>
52+
</project>

src/test/resources/plugin-configs/dependency-management-plugin-config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>dependency management project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>

src/test/resources/plugin-configs/index-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>index project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -44,4 +45,4 @@ under the License.
4445
</plugin>
4546
</plugins>
4647
</build>
47-
</project>
48+
</project>

src/test/resources/plugin-configs/issue-management-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>issue management project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -48,4 +49,4 @@ under the License.
4849
</plugin>
4950
</plugins>
5051
</build>
51-
</project>
52+
</project>

src/test/resources/plugin-configs/licenses-plugin-config-linkonly.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>licenses project info</name>
27+
<url>http://maven.apache.org</url>
2728
<licenses>
2829
<license>
2930
<name>The Apache Software License, Version 2.0</name>
@@ -54,4 +55,4 @@ under the License.
5455
</plugin>
5556
</plugins>
5657
</build>
57-
</project>
58+
</project>

src/test/resources/plugin-configs/licenses-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>licenses project info</name>
27+
<url>http://maven.apache.org</url>
2728
<licenses>
2829
<license>
2930
<name>The Apache Software License, Version 2.0</name>
@@ -53,4 +54,4 @@ under the License.
5354
</plugin>
5455
</plugins>
5556
</build>
56-
</project>
57+
</project>

src/test/resources/plugin-configs/mailing-lists-plugin-config-invalidlink.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>mailing lists project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>

src/test/resources/plugin-configs/mailing-lists-plugin-config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>mailing lists project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>

src/test/resources/plugin-configs/modules-plugin-config.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>modules project info</name>
27-
27+
<url>http://maven.apache.org</url>
2828
<dependencies>
2929
<dependency>
3030
<groupId>junit</groupId>
@@ -33,12 +33,10 @@ under the License.
3333
<scope>test</scope>
3434
</dependency>
3535
</dependencies>
36-
3736
<modules>
3837
<module>subproject1</module>
3938
<module>subproject2</module>
4039
</modules>
41-
4240
<build>
4341
<plugins>
4442
<plugin>
@@ -51,4 +49,4 @@ under the License.
5149
</plugin>
5250
</plugins>
5351
</build>
54-
</project>
52+
</project>

src/test/resources/plugin-configs/modules-variable-settings-interpolated-plugin-config.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>modules project info</name>
27-
27+
<url>http://maven.apache.org</url>
2828
<dependencies>
2929
<dependency>
3030
<groupId>junit</groupId>
@@ -33,11 +33,9 @@ under the License.
3333
<scope>test</scope>
3434
</dependency>
3535
</dependencies>
36-
3736
<modules>
3837
<module>subproject-site-url</module>
3938
</modules>
40-
4139
<build>
4240
<plugins>
4341
<plugin>
@@ -51,12 +49,10 @@ under the License.
5149
</plugin>
5250
</plugins>
5351
</build>
54-
5552
<distributionManagement>
5653
<site>
5754
<id>projectSite</id>
5855
<url>${sitePublishLocation}/foo/${project.artifactId}</url>
5956
</site>
6057
</distributionManagement>
61-
62-
</project>
58+
</project>

src/test/resources/plugin-configs/plugin-management-plugin-config-MPIR-375.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>plugin management project info</name>
27-
27+
<url>http://maven.apache.org</url>
2828
<build>
2929
<pluginManagement>
3030
<plugins>
31-
<!--This plugin's configuration is used to store Eclipse m2e settings only.
31+
<!--This plugin's configuration is used to store Eclipse m2e settings only.
3232
It has no influence on the Maven build itself. -->
3333
<plugin>
3434
<groupId>org.eclipse.m2e</groupId>
@@ -71,7 +71,7 @@ under the License.
7171
<outputDirectory>target/test-harness/plugin-management</outputDirectory>
7272
<localRepository>${localRepository}</localRepository>
7373
<project implementation="org.apache.maven.report.projectinfo.stubs.PluginManagementMPIR375Stub"/>
74-
74+
7575
<pluginManagementExcludes>
7676
<pluginManagementExclude>org.eclipse.m2e:lifecycle-mapping</pluginManagementExclude>
7777
</pluginManagementExcludes>

src/test/resources/plugin-configs/plugin-management-plugin-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>plugin management project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
3031
<artifactId>junit</artifactId>
3132
<version>3.8.1</version>
3233
</dependency>
3334
</dependencies>
34-
3535
<build>
3636
<pluginManagement>
3737
<plugins>

src/test/resources/plugin-configs/scm-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>scm project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -50,4 +51,4 @@ under the License.
5051
</plugin>
5152
</plugins>
5253
</build>
53-
</project>
54+
</project>

src/test/resources/plugin-configs/scm-wrong-url-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>scm project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -45,4 +46,4 @@ under the License.
4546
</plugin>
4647
</plugins>
4748
</build>
48-
</project>
49+
</project>

src/test/resources/plugin-configs/summary-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>summary project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -44,4 +45,4 @@ under the License.
4445
</plugin>
4546
</plugins>
4647
</build>
47-
</project>
48+
</project>

src/test/resources/plugin-configs/team-plugin-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<version>1.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>team project info</name>
27+
<url>http://maven.apache.org</url>
2728
<dependencies>
2829
<dependency>
2930
<groupId>junit</groupId>
@@ -61,4 +62,4 @@ under the License.
6162
</plugin>
6263
</plugins>
6364
</build>
64-
</project>
65+
</project>

0 commit comments

Comments
 (0)