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/05/15 07:25:28 UTC

[mina-sshd] 13/17: Upgraded Maven enforcer plugin version to 3.0.0-M3

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch SSHD-966
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 2ef5f5fac779f1f1bcbf3c13b70fb0a0a3da8385
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:17:48 2020 +0300

    Upgraded Maven enforcer plugin version to 3.0.0-M3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f369079..2c0cfec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1175,7 +1175,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>3.0.0-M2</version>
+                <version>3.0.0-M3</version>
                 <executions>
                     <execution>
                         <id>enforce-versions</id>