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:14 UTC

[mina-sshd] 02/18: Upgraded Groovy version to 2.5.13

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 31a37a5e098c0c715ab40566894d5d35a7a318a7
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:24:59 2020 +0300

    Upgraded Groovy version to 2.5.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bd46986..0af0b8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <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>12</groovy.release.version>
+        <groovy.release.version>13</groovy.release.version>
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>