This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-747 in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 8e78c1c0aa9aa59bc68e15a445ac9c7c79fa01d4 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Jul 28 22:31:56 2018 +0200 [MSHARED-747] - Upgrade maven-plugins parent to version 32 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d754abf..03e1586 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>31</version> + <version>32</version> <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath> </parent> @@ -34,7 +34,6 @@ <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> <properties> - <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> <javaVersion>7</javaVersion> </properties>
