Upgraded compiler plugin to 3.8.0
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/27644918 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/27644918 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/27644918 Branch: refs/heads/master Commit: 27644918b6e9d00c3ab06eed89372161b440e3ba Parents: 3103dff Author: Lyor Goldstein <[email protected]> Authored: Fri Oct 19 10:08:02 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Fri Oct 19 20:35:19 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/27644918/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36c0f3f..9783891 100644 --- a/pom.xml +++ b/pom.xml @@ -996,7 +996,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.7.0</version> + <version>3.8.0</version> <configuration> <source>${javac.source}</source> <target>${javac.target}</target>
