Discussion:
mina-sshd git commit: Upgraded Groovy Maven plugin version to 2.1
l***@apache.org
2018-10-15 05:44:22 UTC
Permalink
Repository: mina-sshd
Updated Branches:
refs/heads/master 8da2bd727 -> ceee0faf0


Upgraded Groovy Maven plugin version to 2.1


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/ceee0faf
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/ceee0faf
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/ceee0faf

Branch: refs/heads/master
Commit: ceee0faf003ea7fd8c41c2d86c82aee680327886
Parents: 8da2bd7
Author: Lyor Goldstein <***@apache.org>
Authored: Mon Oct 15 08:38:31 2018 +0300
Committer: Lyor Goldstein <***@apache.org>
Committed: Mon Oct 15 08:38:31 2018 +0300

----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/ceee0faf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e64ac99..57e2683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,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.0</gmaven.plugin.version>
+ <gmaven.plugin.version>2.1</gmaven.plugin.version>
<groovy.major.version>2</groovy.major.version>
<groovy.minor.version>4</groovy.minor.version>
<groovy.release.version>15</groovy.release.version>

Loading...