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 2018/08/22 09:53:41 UTC

[02/13] mina-sshd git commit: Upgraded Maven enforcer plugin version to 3.0.0-M2

Upgraded Maven enforcer plugin version to 3.0.0-M2


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

Branch: refs/heads/master
Commit: 039fc5c05203033964d5922326a6c54e6fb4730b
Parents: e339f3d
Author: Goldstein Lyor <ly...@cb4.com>
Authored: Wed Aug 22 11:56:45 2018 +0300
Committer: Goldstein Lyor <ly...@cb4.com>
Committed: Wed Aug 22 12:53:33 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/039fc5c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d9e76ba..1cf80e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -914,7 +914,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>3.0.0-M1</version>
+                <version>3.0.0-M2</version>
                 <executions>
                     <execution>
                         <id>enforce-versions</id>