You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/08/18 08:57:23 UTC

[mina-sshd] 11/18: Upgraded build-helper plugin version to 3.2.0

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 dffa529f321a6acb06148f01989eeb80e9c8ce8f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:35:06 2020 +0300

    Upgraded build-helper plugin version to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3a131d9..db02100 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,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.1.0</build-helper-maven-plugin.version>
+        <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
 
         <javac.target>${javac.source}</javac.target>
         <project.build.java.target>${javac.target}</project.build.java.target>