This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new 854f294 [SHIRO-673] Upgrade to maven-compiler-plugin 3.8.0
new cc5bfc9 Merge pull request #121 from fpapon/SHIRO-673
854f294 is described below
commit 854f294800671577d8b0a25877125ad63673ca96
Author: Francois Papon <[email protected]>
AuthorDate: Sun Feb 24 11:39:21 2019 +0400
[SHIRO-673] Upgrade to maven-compiler-plugin 3.8.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e4a59b8..a889f13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,7 +370,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.8.0</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>