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 2e8941f2335e30ae5a2df7bd445d8a24fcc8097a
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Mon Aug 26 15:51:51 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 09d8ae2..1c173cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <gmaven.plugin.version>2.1</gmaven.plugin.version>
         <groovy.major.version>2</groovy.major.version>
         <groovy.minor.version>5</groovy.minor.version>
-        <groovy.release.version>7</groovy.release.version>
+        <groovy.release.version>8</groovy.release.version>
         <groovy.compliance.level>2.0</groovy.compliance.level>
         
<groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
 

Reply via email to