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 2019/07/18 12:10:09 UTC

[mina-sshd] 13/18: Upgraded Maven compiler plugin version to 3.8.1

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 d91eb5b9140f235951be0a57316092b94965f2f5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:42:39 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 3ce0f63..d96bd27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1142,7 +1142,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.8.0</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>${javac.source}</source>
                     <target>${javac.target}</target>