This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHADE-294 in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 27b7e2b080e8d35a4cd00f7379799d8be127adc3 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Fri Jul 27 16:52:19 2018 +0200 [MSHADE-294] - Upgrade maven-plugins parent to version 32 --- pom.xml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 89f633c..2b9e0dc 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>31</version> + <version>32</version> <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath> </parent> @@ -68,7 +68,6 @@ <mavenVersion>3.0</mavenVersion> <javaVersion>7</javaVersion> <currentVersion>${project.version}</currentVersion> - <surefire.version>2.21.0</surefire.version> <asmVersion>6.0</asmVersion> </properties> @@ -226,11 +225,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - <version>3.5</version> - </plugin> </plugins> </pluginManagement> @@ -251,15 +245,6 @@ </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <version>3.5</version> - </plugin> - </plugins> - </reporting> - <profiles> <profile> <id>run-its</id> @@ -284,10 +269,6 @@ <goal>clean</goal> <goal>install</goal> </goals> - <properties> - <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central --> - <https.protocols>${https.protocols}</https.protocols> - </properties> </configuration> </plugin> </plugins>
