Skip to content

Commit

Permalink
[MPIR-434] Upgrade plugins and components (in ITs)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 8, 2023
1 parent 3ddd7bd commit cb8c257
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 34 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ under the License.

<properties>
<doxiaVersion>1.11.1</doxiaVersion>
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
<mavenVersion>3.2.5</mavenVersion>
<scmVersion>1.13.0</scmVersion>
<aetherVersion>1.0.0.v20140518</aetherVersion>
<sitePluginVersion>3.12.1</sitePluginVersion>
<fluidoSkinVersion>1.11.1</fluidoSkinVersion>
<surefire.version>2.22.2</surefire.version>
<surefire.version>3.1.0</surefire.version>
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2023-04-15T14:36:20Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -214,7 +214,7 @@ under the License.
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>6.6.0</version>
<version>6.7.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
Expand Down Expand Up @@ -345,12 +345,12 @@ under the License.
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-decoration-model</artifactId>
<version>${doxia-sitetoolsVersion}</version>
<version>${doxiaSitetoolsVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>${doxia-sitetoolsVersion}</version>
<version>${doxiaSitetoolsVersion}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -365,7 +365,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-integration-tools</artifactId>
<version>${doxia-sitetoolsVersion}</version>
<version>${doxiaSitetoolsVersion}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -389,7 +389,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.4.2</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down Expand Up @@ -461,7 +461,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<version>3.5.1</version>
<version>3.5.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/multi-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>16</version>
<version>29</version>
</parent>

<groupId>org.apache.maven.plugins.project-info-reports.its</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ci mangement project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -44,4 +45,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ci management project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -48,4 +49,4 @@ under the License.
<system>TeamCity</system>
<url>https://example.com</url>
</ciManagement>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>dependency convergence project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -48,4 +49,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dependency management project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
3 changes: 2 additions & 1 deletion src/test/resources/plugin-configs/index-plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>index project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -44,4 +45,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>issue management project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -48,4 +49,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>licenses project info</name>
<url>http://maven.apache.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down Expand Up @@ -54,4 +55,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 2 additions & 1 deletion src/test/resources/plugin-configs/licenses-plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>licenses project info</name>
<url>http://maven.apache.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down Expand Up @@ -53,4 +54,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>mailing lists project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>mailing lists project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 2 additions & 4 deletions src/test/resources/plugin-configs/modules-plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>modules project info</name>

<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -33,12 +33,10 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>

<modules>
<module>subproject1</module>
<module>subproject2</module>
</modules>

<build>
<plugins>
<plugin>
Expand All @@ -51,4 +49,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>modules project info</name>

<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -33,11 +33,9 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>

<modules>
<module>subproject-site-url</module>
</modules>

<build>
<plugins>
<plugin>
Expand All @@ -51,12 +49,10 @@ under the License.
</plugin>
</plugins>
</build>

<distributionManagement>
<site>
<id>projectSite</id>
<url>${sitePublishLocation}/foo/${project.artifactId}</url>
</site>
</distributionManagement>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>plugin management project info</name>

<url>http://maven.apache.org</url>
<build>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only.
<!--This plugin's configuration is used to store Eclipse m2e settings only.
It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down Expand Up @@ -71,7 +71,7 @@ under the License.
<outputDirectory>target/test-harness/plugin-management</outputDirectory>
<localRepository>${localRepository}</localRepository>
<project implementation="org.apache.maven.report.projectinfo.stubs.PluginManagementMPIR375Stub"/>

<pluginManagementExcludes>
<pluginManagementExclude>org.eclipse.m2e:lifecycle-mapping</pluginManagementExclude>
</pluginManagementExcludes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>plugin management project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
Expand Down
3 changes: 2 additions & 1 deletion src/test/resources/plugin-configs/scm-plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>scm project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -50,4 +51,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>scm project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -45,4 +46,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 2 additions & 1 deletion src/test/resources/plugin-configs/summary-plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>summary project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -44,4 +45,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 2 additions & 1 deletion src/test/resources/plugin-configs/team-plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>team project info</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -61,4 +62,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit cb8c257

Please sign in to comment.