This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 1cddfd8 WEAVER-17 make help mojo work by upgrading maven-plugin version to 3.5.2 1cddfd8 is described below commit 1cddfd8a91464fb180ba8e207c21e359ee2ddb10 Author: Matt Benson <mben...@apache.org> AuthorDate: Thu Aug 2 18:32:21 2018 -0500 WEAVER-17 make help mojo work by upgrading maven-plugin version to 3.5.2 --- maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 07b80f1..558e851 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -35,7 +35,7 @@ under the License. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.version>3.1.0</maven.version> - <maven.plugin.version>3.5.1</maven.plugin.version> + <maven.plugin.version>3.5.2</maven.plugin.version> <aether.version>1.1.0</aether.version> </properties>