This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit e9eca060bde0a9d686bf53a49e85cc9991a2148f Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri May 15 07:20:13 2020 +0300 Upgraded Maven build helper plugin version to 3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8103cd9..c22a1e8 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ <maven.compiler.source>${javac.source}</maven.compiler.source> <ant.version>1.10.8</ant.version> <ant.build.javac.source>${javac.source}</ant.build.javac.source> - <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version> + <build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version> <javac.target>${javac.source}</javac.target> <project.build.java.target>${javac.target}</project.build.java.target>