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 2019/09/15 16:09:40 UTC

[mina-sshd] 08/08: Update Groovy Maven plugin version to 2.1.1

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 e8beb67f584cbd816e9c808b48edc1958bd037c6
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon Sep 9 14:53:37 2019 +0300

    Update Groovy Maven plugin version to 2.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58d6631..ec926c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
         <ant.build.javac.target>${javac.target}</ant.build.javac.target>
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
-        <gmaven.plugin.version>2.1</gmaven.plugin.version>
+        <gmaven.plugin.version>2.1.1</gmaven.plugin.version>
         <groovy.major.version>2</groovy.major.version>
         <groovy.minor.version>5</groovy.minor.version>
         <groovy.release.version>8</groovy.release.version>