This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new d721236 [SUREFIRE-1540] - Upgrade maven-plugins parent to version 32 d721236 is described below commit d7212361f99017093b86c274a77e6e02faa70585 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Mon Jul 23 19:58:37 2018 +0200 [SUREFIRE-1540] - Upgrade maven-plugins parent to version 32 --- maven-failsafe-plugin/pom.xml | 1 - maven-surefire-plugin/pom.xml | 1 - maven-surefire-report-plugin/pom.xml | 1 - pom.xml | 62 ++------------------------------ surefire-setup-integration-tests/pom.xml | 1 - 5 files changed, 3 insertions(+), 63 deletions(-) diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 773a1cd..a4c85e0 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -227,7 +227,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginPluginVersion}</version> </plugin> </plugins> </reporting> diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index 76e58f8..bb9836d 100644 --- a/maven-surefire-plugin/pom.xml +++ b/maven-surefire-plugin/pom.xml @@ -112,7 +112,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginPluginVersion}</version> </plugin> </plugins> </reporting> diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml index 1450d52..a4a0473 100644 --- a/maven-surefire-report-plugin/pom.xml +++ b/maven-surefire-report-plugin/pom.xml @@ -188,7 +188,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginPluginVersion}</version> </plugin> </plugins> </reporting> diff --git a/pom.xml b/pom.xml index f949703..addfac4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,7 @@ <parent> <artifactId>maven-parent</artifactId> <groupId>org.apache.maven</groupId> - <version>31</version> - <relativePath>../pom/maven/pom.xml</relativePath> + <version>32</version> </parent> <groupId>org.apache.maven.surefire</groupId> @@ -88,7 +87,6 @@ <properties> <mavenVersion>2.2.1</mavenVersion> <!-- <shadedVersion>2.12.4</shadedVersion> commented out due to https://issues.apache.org/jira/browse/MRELEASE-799 --> - <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion> <commonsLang3Version>3.5</commonsLang3Version> <commonsIoVersion>2.5</commonsIoVersion> <mavenSharedUtilsVersion>0.9</mavenSharedUtilsVersion> @@ -97,7 +95,6 @@ <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path> <!-- Override with Jigsaw JRE 9 --> <jdk.home>${java.home}/..</jdk.home> - <javaVersion>6</javaVersion> <maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource> <maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget> <jvm.args.tests>-server -XX:+UseG1GC -Xms128m -Xmx144m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true</jvm.args.tests> @@ -192,7 +189,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>${mavenPluginPluginVersion}</version> + <version>${mavenPluginToolsVersion}</version> <scope>compile</scope> </dependency> <dependency> @@ -378,7 +375,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.6.1</version> <executions> <execution> <id>compile-generated</id> @@ -469,40 +465,21 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> <preparationGoals>clean install</preparationGoals> <commitByProject>false</commitByProject> </configuration> </plugin> <plugin> - <artifactId>maven-shade-plugin</artifactId> - <version>3.1.0</version> - </plugin> - <plugin> <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginPluginVersion}</version> <configuration> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> </plugin> <plugin> - <artifactId>maven-invoker-plugin</artifactId> - <version>3.0.1</version> - </plugin> - <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.2</version> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.7.1</version> - </plugin> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> - </plugin> </plugins> </pluginManagement> <plugins> @@ -594,7 +571,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.12</version> <executions> <execution> <id>rat-check</id> @@ -642,38 +618,6 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <configuration> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled><!-- waiting for MPIR-267 --> - <!-- pin down urls to to avoid interpolation in the modules --> - <anonymousConnection>${maven.surefire.scm.devConnection}</anonymousConnection> - <developerConnection>${maven.surefire.scm.devConnection}</developerConnection> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>index</report> - <report>summary</report> - <report>dependency-info</report> - <report>modules</report> - <report>license</report> - <report>project-team</report> - <report>scm</report> - <report>issue-tracking</report> - <report>mailing-list</report> - <report>dependency-management</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>cim</report> - <report>plugin-management</report> - <report>plugins</report> - <report>distribution-management</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.12.4</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 --> </plugin> @@ -710,7 +654,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.11</version> + <version>2.12.1</version> <configuration> <!-- For JIRA-report --> <columnNames>Type,Priority,Key,Summary,Resolution</columnNames> diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml index 7771330..573c537 100644 --- a/surefire-setup-integration-tests/pom.xml +++ b/surefire-setup-integration-tests/pom.xml @@ -126,7 +126,6 @@ <plugins> <plugin> <artifactId>maven-help-plugin</artifactId> - <version>2.2</version> <executions> <execution> <id>settings.xml</id>