This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MEJB-122 in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git
commit df1ca138166953ddc36c8932266b246117c40c55 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Jul 21 15:51:05 2018 +0200 [MEJB-122] - 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 9bf6b7d..136b64a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>31</version> + <version>32</version> <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath> </parent> @@ -62,7 +62,6 @@ under the License. </distributionManagement> <properties> - <surefire.version>2.21.0</surefire.version> <mavenArchiverVersion>3.2.0</mavenArchiverVersion> <mavenFilteringVersion>3.1.1</mavenFilteringVersion> <mavenVersion>3.0</mavenVersion>
